Class: Aws::Route53Profiles::Types::CreateProfileResponse

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

#profileTypes::Profile

The Profile that you just created.

Returns:



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