Class: Aws::Route53Profiles::Types::GetProfileResponse

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

Information about the Profile, including the status of the Profile.

Returns:



320
321
322
323
324
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 320

class GetProfileResponse < Struct.new(
  :profile)
  SENSITIVE = []
  include Aws::Structure
end