Class: Aws::Types::DeleteSharedTrustStoreAssociationInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSharedTrustStoreAssociationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
270 271 272 |
# File 'sig/types.rbs', line 270 def resource_arn @resource_arn end |
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
269 270 271 |
# File 'sig/types.rbs', line 269 def trust_store_arn @trust_store_arn end |