Class: Aws::Types::RuleExecutionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute configuration.

Returns:

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


1214
1215
1216
# File 'sig/types.rbs', line 1214

def configuration
  @configuration
end

#input_artifacts::Array[Types::ArtifactDetail]

Returns the value of attribute input_artifacts.

Returns:



1218
1219
1220
# File 'sig/types.rbs', line 1218

def input_artifacts
  @input_artifacts
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def region
  @region
end

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

Returns the value of attribute resolved_configuration.

Returns:

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


1215
1216
1217
# File 'sig/types.rbs', line 1215

def resolved_configuration
  @resolved_configuration
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1216
1217
1218
# File 'sig/types.rbs', line 1216

def role_arn
  @role_arn
end

#rule_type_idTypes::RuleTypeId

Returns the value of attribute rule_type_id.

Returns:



1213
1214
1215
# File 'sig/types.rbs', line 1213

def rule_type_id
  @rule_type_id
end