Class: Aws::WellArchitected::Types::ProfileSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ProfileSummary
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Summary of 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_version ⇒ String
The profile version.
-
#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.
6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6461 class ProfileSummary < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :owner, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
An Amazon Web Services account ID.
6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6461 class ProfileSummary < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :owner, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#profile_arn ⇒ String
The profile ARN.
6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6461 class ProfileSummary < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :owner, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#profile_description ⇒ String
The profile description.
6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6461 class ProfileSummary < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :owner, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#profile_name ⇒ String
The profile name.
6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6461 class ProfileSummary < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :owner, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#profile_version ⇒ String
The profile version.
6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6461 class ProfileSummary < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :owner, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time when the profile was last updated.
6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6461 class ProfileSummary < Struct.new( :profile_arn, :profile_version, :profile_name, :profile_description, :owner, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |