Class: Aws::Types::StartSandboxInput
- Inherits:
-
Object
- Object
- Aws::Types::StartSandboxInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
Instance Attribute Details
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def idempotency_token @idempotency_token end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def project_name @project_name end |