Class: Aws::RolesAnywhere::Types::CreateTrustAnchorRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Specifies whether the trust anchor is enabled.

Returns:

  • (Boolean)


128
129
130
131
132
133
134
135
136
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 128

class CreateTrustAnchorRequest < Struct.new(
  :enabled,
  :name,
  :notification_settings,
  :source,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the trust anchor.

Returns:

  • (String)


128
129
130
131
132
133
134
135
136
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 128

class CreateTrustAnchorRequest < Struct.new(
  :enabled,
  :name,
  :notification_settings,
  :source,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#notification_settingsArray<Types::NotificationSetting>

A list of notification settings to be associated to the trust anchor.

Returns:



128
129
130
131
132
133
134
135
136
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 128

class CreateTrustAnchorRequest < Struct.new(
  :enabled,
  :name,
  :notification_settings,
  :source,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::Source

The trust anchor type and its related certificate data.

Returns:



128
129
130
131
132
133
134
135
136
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 128

class CreateTrustAnchorRequest < Struct.new(
  :enabled,
  :name,
  :notification_settings,
  :source,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags to attach to the trust anchor.

Returns:



128
129
130
131
132
133
134
135
136
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 128

class CreateTrustAnchorRequest < Struct.new(
  :enabled,
  :name,
  :notification_settings,
  :source,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end