Class: Aws::Types::StartSandboxInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:idempotency_token])

Instance Attribute Summary collapse

Instance Attribute Details

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1342
1343
1344
# File 'sig/types.rbs', line 1342

def project_name
  @project_name
end