Class: Aws::Types::ActionState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_name::String

Returns the value of attribute action_name.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def action_name
  @action_name
end

#current_revisionTypes::ActionRevision

Returns the value of attribute current_revision.



160
161
162
# File 'sig/types.rbs', line 160

def current_revision
  @current_revision
end

#entity_url::String

Returns the value of attribute entity_url.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def entity_url
  @entity_url
end

#latest_executionTypes::ActionExecution

Returns the value of attribute latest_execution.



161
162
163
# File 'sig/types.rbs', line 161

def latest_execution
  @latest_execution
end

#revision_url::String

Returns the value of attribute revision_url.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def revision_url
  @revision_url
end