Class: Aws::RolesAnywhere::Types::Source

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rolesanywhere/types.rb

Overview

The trust anchor type and its related certificate data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_dataTypes::SourceData

The data field of the trust anchor depending on its type.

Returns:



862
863
864
865
866
867
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 862

class Source < Struct.new(
  :source_data,
  :source_type)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The type of the trust anchor.

Returns:

  • (String)


862
863
864
865
866
867
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 862

class Source < Struct.new(
  :source_data,
  :source_type)
  SENSITIVE = []
  include Aws::Structure
end