Class: Aws::Types::InlineSetting
- Inherits:
-
Object
- Object
- Aws::Types::InlineSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine_settings ⇒ Object
Returns the value of attribute engine_settings.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_bucket_owner_id ⇒ ::String
Returns the value of attribute output_bucket_owner_id.
-
#output_uri ⇒ ::String
Returns the value of attribute output_uri.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#run_setting_id ⇒ ::String
Returns the value of attribute run_setting_id.
-
#run_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute run_tags.
Instance Attribute Details
#engine_settings ⇒ Object
Returns the value of attribute engine_settings.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def engine_settings @engine_settings end |
#name ⇒ ::String
Returns the value of attribute name.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def name @name end |
#output_bucket_owner_id ⇒ ::String
Returns the value of attribute output_bucket_owner_id.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def output_bucket_owner_id @output_bucket_owner_id end |
#output_uri ⇒ ::String
Returns the value of attribute output_uri.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def output_uri @output_uri end |
#parameters ⇒ Object
Returns the value of attribute parameters.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def parameters @parameters end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def priority @priority end |
#run_setting_id ⇒ ::String
Returns the value of attribute run_setting_id.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def run_setting_id @run_setting_id end |
#run_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute run_tags.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def end |