Class: Aws::Types::ActionInvocation

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)


27
28
29
# File 'sig/types.rbs', line 27

def action_name
  @action_name
end

#error_code ⇒ ::String

Returns the value of attribute error_code.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def error_code
  @error_code
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def error_message
  @error_message
end

#extension_identifier ⇒ ::String

Returns the value of attribute extension_identifier.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def extension_identifier
  @extension_identifier
end

#invocation_id ⇒ ::String

Returns the value of attribute invocation_id.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def invocation_id
  @invocation_id
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def role_arn
  @role_arn
end

#uri ⇒ ::String

Returns the value of attribute uri.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def uri
  @uri
end