Class: Aws::WellArchitected::Types::ProfileSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The date and time recorded.

Returns:

  • (Time)


4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4706

class ProfileSummary < Struct.new(
  :profile_arn,
  :profile_version,
  :profile_name,
  :profile_description,
  :owner,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

An Amazon Web Services account ID.

Returns:

  • (String)


4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4706

class ProfileSummary < Struct.new(
  :profile_arn,
  :profile_version,
  :profile_name,
  :profile_description,
  :owner,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#profile_arnString

The profile ARN.

Returns:

  • (String)


4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4706

class ProfileSummary < Struct.new(
  :profile_arn,
  :profile_version,
  :profile_name,
  :profile_description,
  :owner,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#profile_descriptionString

The profile description.

Returns:

  • (String)


4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4706

class ProfileSummary < Struct.new(
  :profile_arn,
  :profile_version,
  :profile_name,
  :profile_description,
  :owner,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#profile_nameString

The profile name.

Returns:

  • (String)


4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4706

class ProfileSummary < Struct.new(
  :profile_arn,
  :profile_version,
  :profile_name,
  :profile_description,
  :owner,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#profile_versionString

The profile version.

Returns:

  • (String)


4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4706

class ProfileSummary < Struct.new(
  :profile_arn,
  :profile_version,
  :profile_name,
  :profile_description,
  :owner,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time recorded.

Returns:

  • (Time)


4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4706

class ProfileSummary < Struct.new(
  :profile_arn,
  :profile_version,
  :profile_name,
  :profile_description,
  :owner,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end