Class: Aws::Types::TrustStoreConfig

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute advertise_trust_store_ca_names.



3825
3826
3827
# File 'sig/types.rbs', line 3825

def advertise_trust_store_ca_names
  @advertise_trust_store_ca_names
end

#ignore_certificate_expiryBoolean

Returns the value of attribute ignore_certificate_expiry.



3826
3827
3828
# File 'sig/types.rbs', line 3826

def ignore_certificate_expiry
  @ignore_certificate_expiry
end

#trust_store_id::String

Returns the value of attribute trust_store_id.



3824
3825
3826
# File 'sig/types.rbs', line 3824

def trust_store_id
  @trust_store_id
end