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)


1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1093

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)


1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1093

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)


1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1093

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.



1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1093

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:



1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1093

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)


1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1093

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)


1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1093

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)


1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1093

class TrustAnchorDetail < Struct.new(
  :created_at,
  :enabled,
  :name,
  :notification_settings,
  :source,
  :trust_anchor_arn,
  :trust_anchor_id,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end