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.
561 562 563 |
# File 'sig/types.rbs', line 561 def data_set_id @data_set_id end |
#data_set_refresh_properties ⇒ Types::DataSetRefreshProperties
Returns the value of attribute data_set_refresh_properties.
563 564 565 |
# File 'sig/types.rbs', line 563 def data_set_refresh_properties @data_set_refresh_properties end |
#name ⇒ ::String
Returns the value of attribute name.
562 563 564 |
# File 'sig/types.rbs', line 562 def name @name end |