Class: Aws::WellArchitected::Types::GetProfileOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::GetProfileOutput
- Defined in:
- gems/aws-sdk-wellarchitected/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.
3730 3731 3732 3733 3734 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3730 class GetProfileOutput < Struct.new( :profile) SENSITIVE = [] include Aws::Structure end |