Class: Aws::Types::CancelLifecycleExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def client_token
  @client_token
end

#lifecycle_execution_id ⇒ ::String

Returns the value of attribute lifecycle_execution_id.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def lifecycle_execution_id
  @lifecycle_execution_id
end