Class: Aws::RolesAnywhere::Types::TrustAnchorDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rolesanywhere/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

Instance Attribute Details

#created_atTime

The ISO-8601 timestamp when the trust anchor was created.

Returns:

  • (Time)


1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-rolesanywhere/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

#enabledBoolean

Indicates whether the trust anchor is enabled.

Returns:

  • (Boolean)


1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-rolesanywhere/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

#nameString

The name of the trust anchor.

Returns:

  • (String)


1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-rolesanywhere/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_settingsArray<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 'gems/aws-sdk-rolesanywhere/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

#sourceTypes::Source

The trust anchor type and its related certificate data.

Returns:



1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-rolesanywhere/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_arnString

The ARN of the trust anchor.

Returns:

  • (String)


1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-rolesanywhere/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_idString

The unique identifier of the trust anchor.

Returns:

  • (String)


1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-rolesanywhere/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_atTime

The ISO-8601 timestamp when the trust anchor was last updated.

Returns:

  • (Time)


1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-rolesanywhere/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