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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


134
135
136
137
138
139
140
141
142
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 134

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

#nameString

The name of the trust anchor.

Returns:

  • (String)


134
135
136
137
138
139
140
141
142
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 134

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:



134
135
136
137
138
139
140
141
142
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 134

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:



134
135
136
137
138
139
140
141
142
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 134

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:



134
135
136
137
138
139
140
141
142
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 134

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