Class: Aws::Types::DeleteProjectInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProjectInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#skip_deletion_check ⇒ Boolean
Returns the value of attribute skip_deletion_check.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def identifier @identifier end |
#skip_deletion_check ⇒ Boolean
Returns the value of attribute skip_deletion_check.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def skip_deletion_check @skip_deletion_check end |