Class: Aws::Types::AssetBundleImportJobDataSetOverrideParameters
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportJobDataSetOverrideParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#data_set_refresh_properties ⇒ Types::DataSetRefreshProperties
Returns the value of attribute data_set_refresh_properties.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
524 525 526 |
# File 'sig/types.rbs', line 524 def data_set_id @data_set_id end |
#data_set_refresh_properties ⇒ Types::DataSetRefreshProperties
Returns the value of attribute data_set_refresh_properties.
526 527 528 |
# File 'sig/types.rbs', line 526 def data_set_refresh_properties @data_set_refresh_properties end |
#name ⇒ ::String
Returns the value of attribute name.
525 526 527 |
# File 'sig/types.rbs', line 525 def name @name end |