Class: Aws::Types::DeleteTrustRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTrustRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_associated_conditional_forwarder ⇒ Boolean
Returns the value of attribute delete_associated_conditional_forwarder.
-
#trust_id ⇒ ::String
Returns the value of attribute trust_id.
Instance Attribute Details
#delete_associated_conditional_forwarder ⇒ Boolean
Returns the value of attribute delete_associated_conditional_forwarder.
404 405 406 |
# File 'sig/types.rbs', line 404 def delete_associated_conditional_forwarder @delete_associated_conditional_forwarder end |
#trust_id ⇒ ::String
Returns the value of attribute trust_id.
403 404 405 |
# File 'sig/types.rbs', line 403 def trust_id @trust_id end |