Class: Aws::Types::RuleDeclaration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commands::Array[::String]

Returns the value of attribute commands.

Returns:

  • (::Array[::String])


1170
1171
1172
# File 'sig/types.rbs', line 1170

def commands
  @commands
end

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

Returns the value of attribute configuration.

Returns:

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


1169
1170
1171
# File 'sig/types.rbs', line 1169

def configuration
  @configuration
end

#input_artifacts::Array[Types::InputArtifact]

Returns the value of attribute input_artifacts.

Returns:



1171
1172
1173
# File 'sig/types.rbs', line 1171

def input_artifacts
  @input_artifacts
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def name
  @name
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1173
1174
1175
# File 'sig/types.rbs', line 1173

def region
  @region
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1172
1173
1174
# File 'sig/types.rbs', line 1172

def role_arn
  @role_arn
end

#rule_type_idTypes::RuleTypeId

Returns the value of attribute rule_type_id.

Returns:



1168
1169
1170
# File 'sig/types.rbs', line 1168

def rule_type_id
  @rule_type_id
end

#timeout_in_minutes::Integer

Returns the value of attribute timeout_in_minutes.

Returns:

  • (::Integer)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def timeout_in_minutes
  @timeout_in_minutes
end