Class: Aws::Types::MutualTlsAuthenticationInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#truststore_uri::String

Returns the value of attribute truststore_uri.

Returns:

  • (::String)


1817
1818
1819
# File 'sig/types.rbs', line 1817

def truststore_uri
  @truststore_uri
end

#truststore_version::String

Returns the value of attribute truststore_version.

Returns:

  • (::String)


1818
1819
1820
# File 'sig/types.rbs', line 1818

def truststore_version
  @truststore_version
end