Class: Aws::Types::CreateTrustStoreResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrustStoreResult
- 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.
801 802 803 |
# File 'sig/types.rbs', line 801 def etag @etag end |
#trust_store ⇒ Types::TrustStore
Returns the value of attribute trust_store.
800 801 802 |
# File 'sig/types.rbs', line 800 def trust_store @trust_store end |