Class: Aws::RolesAnywhere::Types::ScalarTrustAnchorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::ScalarTrustAnchorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trust_anchor_id ⇒ String
The unique identifier of the trust anchor.
Instance Attribute Details
#trust_anchor_id ⇒ String
The unique identifier of the trust anchor.
844 845 846 847 848 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 844 class ScalarTrustAnchorRequest < Struct.new( :trust_anchor_id) SENSITIVE = [] include Aws::Structure end |