Class: Aws::WellArchitected::Types::GetProfileOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profileTypes::Profile

The profile.

Returns:



2341
2342
2343
2344
2345
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2341

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