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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#source_dataTypes::SourceData

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

Returns:



850
851
852
853
854
855
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 850

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

#source_typeString

The type of the trust anchor.

Returns:

  • (String)


850
851
852
853
854
855
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 850

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