Class: Aws::RolesAnywhere::Types::Source
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::Source
- Defined in:
- gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb
Overview
The trust anchor type and its related certificate data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_data ⇒ Types::SourceData
The data field of the trust anchor depending on its type.
-
#source_type ⇒ String
The type of the trust anchor.
Instance Attribute Details
#source_data ⇒ Types::SourceData
The data field of the trust anchor depending on its type.
862 863 864 865 866 867 |
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 862 class Source < Struct.new( :source_data, :source_type) SENSITIVE = [] include Aws::Structure end |