Class: Aws::Types::TrustStoreSummary
- Inherits:
-
Object
- Object
- Aws::Types::TrustStoreSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3832 3833 3834 |
# File 'sig/types.rbs', line 3832 def arn @arn end |
#etag ⇒ ::String
Returns the value of attribute etag.
3838 3839 3840 |
# File 'sig/types.rbs', line 3838 def etag @etag end |
#id ⇒ ::String
Returns the value of attribute id.
3831 3832 3833 |
# File 'sig/types.rbs', line 3831 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3836 3837 3838 |
# File 'sig/types.rbs', line 3836 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
3833 3834 3835 |
# File 'sig/types.rbs', line 3833 def name @name end |
#number_of_ca_certificates ⇒ ::Integer
Returns the value of attribute number_of_ca_certificates.
3835 3836 3837 |
# File 'sig/types.rbs', line 3835 def number_of_ca_certificates @number_of_ca_certificates end |
#reason ⇒ ::String
Returns the value of attribute reason.
3837 3838 3839 |
# File 'sig/types.rbs', line 3837 def reason @reason end |
#status ⇒ "pending", ...
Returns the value of attribute status.
3834 3835 3836 |
# File 'sig/types.rbs', line 3834 def status @status end |