Class: Aws::Route53Profiles::Types::GetProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::GetProfileResponse
- Defined in:
- gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile ⇒ Types::Profile
Information about the Profile, including the status of the Profile.
Instance Attribute Details
#profile ⇒ Types::Profile
Information about the Profile, including the status of the Profile.
321 322 323 324 325 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 321 class GetProfileResponse < Struct.new( :profile) SENSITIVE = [] include Aws::Structure end |