Class: Aws::Route53Profiles::Types::GetProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::GetProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_id ⇒ String
ID of the Profile.
Instance Attribute Details
#profile_id ⇒ String
ID of the Profile.
283 284 285 286 287 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 283 class GetProfileRequest < Struct.new( :profile_id) SENSITIVE = [] include Aws::Structure end |