Class: Aws::Types::MutualAuthenticationAttributes
- Inherits:
-
Object
- Object
- Aws::Types::MutualAuthenticationAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advertise_trust_store_ca_names ⇒ "on", "off"
Returns the value of attribute advertise_trust_store_ca_names.
-
#ignore_client_certificate_expiry ⇒ Boolean
Returns the value of attribute ignore_client_certificate_expiry.
-
#mode ⇒ ::String
Returns the value of attribute mode.
-
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
-
#trust_store_association_status ⇒ "active", "removed"
Returns the value of attribute trust_store_association_status.
Instance Attribute Details
#advertise_trust_store_ca_names ⇒ "on", "off"
Returns the value of attribute advertise_trust_store_ca_names.
856 857 858 |
# File 'sig/types.rbs', line 856 def advertise_trust_store_ca_names @advertise_trust_store_ca_names end |
#ignore_client_certificate_expiry ⇒ Boolean
Returns the value of attribute ignore_client_certificate_expiry.
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.
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.
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.
855 856 857 |
# File 'sig/types.rbs', line 855 def trust_store_association_status @trust_store_association_status end |