Class: Aws::RolesAnywhere::Types::UpdateTrustAnchorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::UpdateTrustAnchorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the trust anchor.
-
#source ⇒ Types::Source
The trust anchor type and its related certificate data.
-
#trust_anchor_id ⇒ String
The unique identifier of the trust anchor.
Instance Attribute Details
#name ⇒ String
The name of the trust anchor.
1240 1241 1242 1243 1244 1245 1246 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1240 class UpdateTrustAnchorRequest < Struct.new( :name, :source, :trust_anchor_id) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::Source
The trust anchor type and its related certificate data.
1240 1241 1242 1243 1244 1245 1246 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1240 class UpdateTrustAnchorRequest < Struct.new( :name, :source, :trust_anchor_id) SENSITIVE = [] include Aws::Structure end |
#trust_anchor_id ⇒ String
The unique identifier of the trust anchor.
1240 1241 1242 1243 1244 1245 1246 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1240 class UpdateTrustAnchorRequest < Struct.new( :name, :source, :trust_anchor_id) SENSITIVE = [] include Aws::Structure end |