Class: Aws::RolesAnywhere::Types::UpdateTrustAnchorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::UpdateTrustAnchorRequest
- Defined in:
- gems/aws-sdk-rolesanywhere/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.
1088 1089 1090 1091 1092 1093 1094 |
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1088 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.
1088 1089 1090 1091 1092 1093 1094 |
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1088 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.
1088 1089 1090 1091 1092 1093 1094 |
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1088 class UpdateTrustAnchorRequest < Struct.new( :name, :source, :trust_anchor_id) SENSITIVE = [] include Aws::Structure end |