Class: Aws::Types::DescribeActionResponse

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)


1475
1476
1477
# File 'sig/types.rbs', line 1475

def action_definition_id
  @action_definition_id
end

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def action_id
  @action_id
end

#action_payloadTypes::ActionPayload

Returns the value of attribute action_payload.



1476
1477
1478
# File 'sig/types.rbs', line 1476

def action_payload
  @action_payload
end

#execution_time::Time

Returns the value of attribute execution_time.

Returns:

  • (::Time)


1477
1478
1479
# File 'sig/types.rbs', line 1477

def execution_time
  @execution_time
end

#resolve_toTypes::ResolveTo

Returns the value of attribute resolve_to.

Returns:



1478
1479
1480
# File 'sig/types.rbs', line 1478

def resolve_to
  @resolve_to
end

#target_resourceTypes::TargetResource

Returns the value of attribute target_resource.



1474
1475
1476
# File 'sig/types.rbs', line 1474

def target_resource
  @target_resource
end