Class: Aws::Types::ActionDeclaration

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:



65
66
67
# File 'sig/types.rbs', line 65

def action_type_id
  @action_type_id
end

#commands::Array[::String]

Returns the value of attribute commands.

Returns:

  • (::Array[::String])


68
69
70
# File 'sig/types.rbs', line 68

def commands
  @commands
end

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

Returns the value of attribute configuration.

Returns:

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


67
68
69
# File 'sig/types.rbs', line 67

def configuration
  @configuration
end

#environment_variables::Array[Types::EnvironmentVariable]

Returns the value of attribute environment_variables.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def environment_variables
  @environment_variables
end

#input_artifacts::Array[Types::InputArtifact]

Returns the value of attribute input_artifacts.

Returns:



70
71
72
# File 'sig/types.rbs', line 70

def input_artifacts
  @input_artifacts
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def name
  @name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def namespace
  @namespace
end

#output_artifacts::Array[Types::OutputArtifact]

Returns the value of attribute output_artifacts.

Returns:



69
70
71
# File 'sig/types.rbs', line 69

def output_artifacts
  @output_artifacts
end

#output_variables::Array[::String]

Returns the value of attribute output_variables.

Returns:

  • (::Array[::String])


71
72
73
# File 'sig/types.rbs', line 71

def output_variables
  @output_variables
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def region
  @region
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def role_arn
  @role_arn
end

#run_order::Integer

Returns the value of attribute run_order.

Returns:

  • (::Integer)


66
67
68
# File 'sig/types.rbs', line 66

def run_order
  @run_order
end

#timeout_in_minutes::Integer

Returns the value of attribute timeout_in_minutes.

Returns:

  • (::Integer)


75
76
77
# File 'sig/types.rbs', line 75

def timeout_in_minutes
  @timeout_in_minutes
end