Class: Aws::Types::BatchRunSettings

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

Defined Under Namespace

Classes: InlineSettings, S3UriSettings, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inline_settings::Array[Types::InlineSetting]

Returns the value of attribute inline_settings.

Returns:



136
137
138
# File 'sig/types.rbs', line 136

def inline_settings
  @inline_settings
end

#s3_uri_settings::String

Returns the value of attribute s3_uri_settings.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def s3_uri_settings
  @s3_uri_settings
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


138
139
140
# File 'sig/types.rbs', line 138

def unknown
  @unknown
end