Class: Aws::Types::TrustStore

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3813
3814
3815
# File 'sig/types.rbs', line 3813

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3812
3813
3814
# File 'sig/types.rbs', line 3812

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3817
3818
3819
# File 'sig/types.rbs', line 3817

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3814
3815
3816
# File 'sig/types.rbs', line 3814

def name
  @name
end

#number_of_ca_certificates::Integer

Returns the value of attribute number_of_ca_certificates.

Returns:

  • (::Integer)


3816
3817
3818
# File 'sig/types.rbs', line 3816

def number_of_ca_certificates
  @number_of_ca_certificates
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


3818
3819
3820
# File 'sig/types.rbs', line 3818

def reason
  @reason
end

#status"pending", ...

Returns the value of attribute status.

Returns:

  • ("pending", "active", "failed")


3815
3816
3817
# File 'sig/types.rbs', line 3815

def status
  @status
end

#use_client_certificate_ocsp_endpointBoolean

Returns the value of attribute use_client_certificate_ocsp_endpoint.

Returns:

  • (Boolean)


3819
3820
3821
# File 'sig/types.rbs', line 3819

def use_client_certificate_ocsp_endpoint
  @use_client_certificate_ocsp_endpoint
end