Class: Aws::Types::TrustStore
- Inherits:
-
Object
- Object
- Aws::Types::TrustStore
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#number_of_ca_certificates ⇒ ::Integer
Returns the value of attribute number_of_ca_certificates.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ "pending", ...
Returns the value of attribute status.
-
#use_client_certificate_ocsp_endpoint ⇒ Boolean
Returns the value of attribute use_client_certificate_ocsp_endpoint.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3813 3814 3815 |
# File 'sig/types.rbs', line 3813 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
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.
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.
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.
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.
3818 3819 3820 |
# File 'sig/types.rbs', line 3818 def reason @reason end |
#status ⇒ "pending", ...
Returns the value of attribute status.
3815 3816 3817 |
# File 'sig/types.rbs', line 3815 def status @status end |
#use_client_certificate_ocsp_endpoint ⇒ Boolean
Returns the value of attribute use_client_certificate_ocsp_endpoint.
3819 3820 3821 |
# File 'sig/types.rbs', line 3819 def use_client_certificate_ocsp_endpoint @use_client_certificate_ocsp_endpoint end |