Class: Aws::Types::GetTrustStoreResult
- Inherits:
-
Object
- Object
- Aws::Types::GetTrustStoreResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#trust_store ⇒ Types::TrustStore
Returns the value of attribute trust_store.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
1909 1910 1911 |
# File 'sig/types.rbs', line 1909 def etag @etag end |
#trust_store ⇒ Types::TrustStore
Returns the value of attribute trust_store.
1908 1909 1910 |
# File 'sig/types.rbs', line 1908 def trust_store @trust_store end |