Class: Aws::Types::InlineSetting

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#engine_settingsObject

Returns the value of attribute engine_settings.

Returns:



1367
1368
1369
# File 'sig/types.rbs', line 1367

def engine_settings
  @engine_settings
end

#name::String

Returns the value of attribute name.

Returns:



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.

Returns:



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.

Returns:



1362
1363
1364
# File 'sig/types.rbs', line 1362

def output_uri
  @output_uri
end

#parametersObject

Returns the value of attribute parameters.

Returns:



1364
1365
1366
# File 'sig/types.rbs', line 1364

def parameters
  @parameters
end

#priority::Integer

Returns the value of attribute priority.

Returns:



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.

Returns:



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.

Returns:



1366
1367
1368
# File 'sig/types.rbs', line 1366

def run_tags
  @run_tags
end