Class: Aws::Types::MutualAuthenticationAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute advertise_trust_store_ca_names.

Returns:

  • ("on", "off")


856
857
858
# File 'sig/types.rbs', line 856

def advertise_trust_store_ca_names
  @advertise_trust_store_ca_names
end

#ignore_client_certificate_expiryBoolean

Returns the value of attribute ignore_client_certificate_expiry.

Returns:

  • (Boolean)


854
855
856
# File 'sig/types.rbs', line 854

def ignore_client_certificate_expiry
  @ignore_client_certificate_expiry
end

#mode::String

Returns the value of attribute mode.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def mode
  @mode
end

#trust_store_arn::String

Returns the value of attribute trust_store_arn.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def trust_store_arn
  @trust_store_arn
end

#trust_store_association_status"active", "removed"

Returns the value of attribute trust_store_association_status.

Returns:

  • ("active", "removed")


855
856
857
# File 'sig/types.rbs', line 855

def trust_store_association_status
  @trust_store_association_status
end