Class: Aws::RolesAnywhere::Types::UpdateTrustAnchorRequest

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

#nameString

The name of the trust anchor.

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1222

class UpdateTrustAnchorRequest < Struct.new(
  :name,
  :source,
  :trust_anchor_id)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::Source

The trust anchor type and its related certificate data.

Returns:



1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1222

class UpdateTrustAnchorRequest < Struct.new(
  :name,
  :source,
  :trust_anchor_id)
  SENSITIVE = []
  include Aws::Structure
end

#trust_anchor_idString

The unique identifier of the trust anchor.

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1222

class UpdateTrustAnchorRequest < Struct.new(
  :name,
  :source,
  :trust_anchor_id)
  SENSITIVE = []
  include Aws::Structure
end