Class: Aws::Route53Profiles::Types::CreateProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::CreateProfileResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-route53profiles/types.rb', line 162 class CreateProfileResponse < Struct.new( :profile) SENSITIVE = [] include Aws::Structure end |