Class: Aws::Route53Profiles::Types::CreateProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::CreateProfileResponse
- Defined in:
- gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile ⇒ Types::Profile
The Profile that you just created.
Instance Attribute Details
#profile ⇒ Types::Profile
The Profile that you just created.
162 163 164 165 166 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 162 class CreateProfileResponse < Struct.new( :profile) SENSITIVE = [] include Aws::Structure end |