Class: Aws::WellArchitected::Types::Profile
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::Profile
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
A profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time when the profile was created.
-
#owner ⇒ String
An Amazon Web Services account ID.
-
#profile_arn ⇒ String
The profile ARN.
-
#profile_description ⇒ String
The profile description.
-
#profile_name ⇒ String
The profile name.
-
#profile_questions ⇒ Array<Types::ProfileQuestion>
Profile questions.
-
#profile_version ⇒ String
The profile version.
-
#share_invitation_id ⇒ String
The ID assigned to the share invitation.
-
#tags ⇒ Hash<String,String>
The tags assigned to the profile.
-
#updated_at ⇒ Time
The date and time when the profile was last updated.
Instance Attribute Details
#created_at ⇒ Time
The date and time when the profile was created.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6247 class Profile < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :profile_questions, :owner, :created_at, :updated_at, :share_invitation_id, :tags) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
An Amazon Web Services account ID.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6247 class Profile < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :profile_questions, :owner, :created_at, :updated_at, :share_invitation_id, :tags) SENSITIVE = [] include Aws::Structure end |
#profile_arn ⇒ String
The profile ARN.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6247 class Profile < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :profile_questions, :owner, :created_at, :updated_at, :share_invitation_id, :tags) SENSITIVE = [] include Aws::Structure end |
#profile_description ⇒ String
The profile description.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6247 class Profile < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :profile_questions, :owner, :created_at, :updated_at, :share_invitation_id, :tags) SENSITIVE = [] include Aws::Structure end |
#profile_name ⇒ String
The profile name.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6247 class Profile < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :profile_questions, :owner, :created_at, :updated_at, :share_invitation_id, :tags) SENSITIVE = [] include Aws::Structure end |
#profile_questions ⇒ Array<Types::ProfileQuestion>
Profile questions.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6247 class Profile < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :profile_questions, :owner, :created_at, :updated_at, :share_invitation_id, :tags) SENSITIVE = [] include Aws::Structure end |
#profile_version ⇒ String
The profile version.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6247 class Profile < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :profile_questions, :owner, :created_at, :updated_at, :share_invitation_id, :tags) SENSITIVE = [] include Aws::Structure end |
#share_invitation_id ⇒ String
The ID assigned to the share invitation.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6247 class Profile < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :profile_questions, :owner, :created_at, :updated_at, :share_invitation_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags assigned to the profile.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6247 class Profile < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :profile_questions, :owner, :created_at, :updated_at, :share_invitation_id, :tags) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time when the profile was last updated.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6247 class Profile < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :profile_questions, :owner, :created_at, :updated_at, :share_invitation_id, :tags) SENSITIVE = [] include Aws::Structure end |