Class: Aws::Types::DeleteDataRepositoryAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDataRepositoryAssociationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#delete_data_in_file_system ⇒ Boolean
Returns the value of attribute delete_data_in_file_system.
-
#lifecycle ⇒ "CREATING", ...
Returns the value of attribute lifecycle.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
659 660 661 |
# File 'sig/types.rbs', line 659 def association_id @association_id end |
#delete_data_in_file_system ⇒ Boolean
Returns the value of attribute delete_data_in_file_system.
661 662 663 |
# File 'sig/types.rbs', line 661 def delete_data_in_file_system @delete_data_in_file_system end |
#lifecycle ⇒ "CREATING", ...
Returns the value of attribute lifecycle.
660 661 662 |
# File 'sig/types.rbs', line 660 def lifecycle @lifecycle end |