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.
1003 1004 1005 1006 1007 1008 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1003 class CreateProfileOutput < Struct.new( :profile_arn, :profile_version) SENSITIVE = [] include Aws::Structure end |
#profile_version ⇒ String
Version of the profile.
1003 1004 1005 1006 1007 1008 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1003 class CreateProfileOutput < Struct.new( :profile_arn, :profile_version) SENSITIVE = [] include Aws::Structure end |