Class: Aws::RolesAnywhere::Types::TrustAnchorDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::TrustAnchorDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
The state of the trust anchor after a read or write operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The ISO-8601 timestamp when the trust anchor was created.
-
#enabled ⇒ Boolean
Indicates whether the trust anchor is enabled.
-
#name ⇒ String
The name of the trust anchor.
-
#notification_settings ⇒ Array<Types::NotificationSettingDetail>
A list of notification settings to be associated to the trust anchor.
-
#source ⇒ Types::Source
The trust anchor type and its related certificate data.
-
#trust_anchor_arn ⇒ String
The ARN of the trust anchor.
-
#trust_anchor_id ⇒ String
The unique identifier of the trust anchor.
-
#updated_at ⇒ Time
The ISO-8601 timestamp when the trust anchor was last updated.
Instance Attribute Details
#created_at ⇒ Time
The ISO-8601 timestamp when the trust anchor was created.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1105 class TrustAnchorDetail < Struct.new( :created_at, :enabled, :name, :notification_settings, :source, :trust_anchor_arn, :trust_anchor_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Indicates whether the trust anchor is enabled.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1105 class TrustAnchorDetail < Struct.new( :created_at, :enabled, :name, :notification_settings, :source, :trust_anchor_arn, :trust_anchor_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the trust anchor.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1105 class TrustAnchorDetail < Struct.new( :created_at, :enabled, :name, :notification_settings, :source, :trust_anchor_arn, :trust_anchor_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#notification_settings ⇒ Array<Types::NotificationSettingDetail>
A list of notification settings to be associated to the trust anchor.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1105 class TrustAnchorDetail < Struct.new( :created_at, :enabled, :name, :notification_settings, :source, :trust_anchor_arn, :trust_anchor_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::Source
The trust anchor type and its related certificate data.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1105 class TrustAnchorDetail < Struct.new( :created_at, :enabled, :name, :notification_settings, :source, :trust_anchor_arn, :trust_anchor_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#trust_anchor_arn ⇒ String
The ARN of the trust anchor.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1105 class TrustAnchorDetail < Struct.new( :created_at, :enabled, :name, :notification_settings, :source, :trust_anchor_arn, :trust_anchor_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#trust_anchor_id ⇒ String
The unique identifier of the trust anchor.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1105 class TrustAnchorDetail < Struct.new( :created_at, :enabled, :name, :notification_settings, :source, :trust_anchor_arn, :trust_anchor_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The ISO-8601 timestamp when the trust anchor was last updated.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1105 class TrustAnchorDetail < Struct.new( :created_at, :enabled, :name, :notification_settings, :source, :trust_anchor_arn, :trust_anchor_id, :updated_at) SENSITIVE = [] include Aws::Structure end |