Class: Aws::Route53Profiles::Types::GetProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_idString

ID of the Profile.

Returns:

  • (String)


283
284
285
286
287
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 283

class GetProfileRequest < Struct.new(
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end