Class: Aws::Types::CreateTrustStoreRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ca_certificates_bundle_sourceTypes::CaCertificatesBundleSource

Returns the value of attribute ca_certificates_bundle_source.



793
794
795
# File 'sig/types.rbs', line 793

def ca_certificates_bundle_source
  @ca_certificates_bundle_source
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def name
  @name
end

#tagsTypes::Tags

Returns the value of attribute tags.

Returns:



795
796
797
# File 'sig/types.rbs', line 795

def tags
  @tags
end

#use_client_certificate_ocsp_endpointBoolean

Returns the value of attribute use_client_certificate_ocsp_endpoint.

Returns:

  • (Boolean)


794
795
796
# File 'sig/types.rbs', line 794

def use_client_certificate_ocsp_endpoint
  @use_client_certificate_ocsp_endpoint
end