Class: Aws::Types::BatchRunSettings
- Inherits:
-
Object
- Object
- Aws::Types::BatchRunSettings
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: InlineSettings, S3UriSettings, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inline_settings ⇒ ::Array[Types::InlineSetting]
Returns the value of attribute inline_settings.
-
#s3_uri_settings ⇒ ::String
Returns the value of attribute s3_uri_settings.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#inline_settings ⇒ ::Array[Types::InlineSetting]
Returns the value of attribute inline_settings.
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.
137 138 139 |
# File 'sig/types.rbs', line 137 def s3_uri_settings @s3_uri_settings end |
#unknown ⇒ Object
Returns the value of attribute unknown.
138 139 140 |
# File 'sig/types.rbs', line 138 def unknown @unknown end |