Class: Aws::Types::ActionExecutionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_type_idTypes::ActionTypeId

Returns the value of attribute action_type_id.

Returns:



117
118
119
# File 'sig/types.rbs', line 117

def action_type_id
  @action_type_id
end

#configuration::Hash[::String, ::String]

Returns the value of attribute configuration.

Returns:

  • (::Hash[::String, ::String])


118
119
120
# File 'sig/types.rbs', line 118

def configuration
  @configuration
end

#input_artifacts::Array[Types::ArtifactDetail]

Returns the value of attribute input_artifacts.

Returns:



122
123
124
# File 'sig/types.rbs', line 122

def input_artifacts
  @input_artifacts
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def namespace
  @namespace
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def region
  @region
end

#resolved_configuration::Hash[::String, ::String]

Returns the value of attribute resolved_configuration.

Returns:

  • (::Hash[::String, ::String])


119
120
121
# File 'sig/types.rbs', line 119

def resolved_configuration
  @resolved_configuration
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def role_arn
  @role_arn
end