Class: Aws::WellArchitected::Types::GetProfileOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::GetProfileOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile ⇒ Types::Profile
The profile.
Instance Attribute Details
#profile ⇒ Types::Profile
The profile.
3742 3743 3744 3745 3746 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3742 class GetProfileOutput < Struct.new( :profile) SENSITIVE = [] include Aws::Structure end |