Class: Aws::Types::ActionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_definition_id::String

Returns the value of attribute action_definition_id.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def action_definition_id
  @action_definition_id
end

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def action_id
  @action_id
end

#resolve_toTypes::ResolveTo

Returns the value of attribute resolve_to.

Returns:



43
44
45
# File 'sig/types.rbs', line 43

def resolve_to
  @resolve_to
end

#target_resourceTypes::TargetResource

Returns the value of attribute target_resource.



42
43
44
# File 'sig/types.rbs', line 42

def target_resource
  @target_resource
end