Class: Aws::Types::DeleteDataRepositoryAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDataRepositoryAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#delete_data_in_file_system ⇒ Boolean
Returns the value of attribute delete_data_in_file_system.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
652 653 654 |
# File 'sig/types.rbs', line 652 def association_id @association_id end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
653 654 655 |
# File 'sig/types.rbs', line 653 def client_request_token @client_request_token end |
#delete_data_in_file_system ⇒ Boolean
Returns the value of attribute delete_data_in_file_system.
654 655 656 |
# File 'sig/types.rbs', line 654 def delete_data_in_file_system @delete_data_in_file_system end |