Class: Aws::WellArchitected::Types::CreateProfileOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::CreateProfileOutput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_arn ⇒ String
The profile ARN.
-
#profile_version ⇒ String
Version of the profile.
Instance Attribute Details
#profile_arn ⇒ String
The profile ARN.
1827 1828 1829 1830 1831 1832 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1827 class CreateProfileOutput < Struct.new( :profile_arn, :profile_version) SENSITIVE = [] include Aws::Structure end |
#profile_version ⇒ String
Version of the profile.
1827 1828 1829 1830 1831 1832 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1827 class CreateProfileOutput < Struct.new( :profile_arn, :profile_version) SENSITIVE = [] include Aws::Structure end |