Class: Aws::Types::PutDataSetRefreshPropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDataSetRefreshPropertiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#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.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
8963 8964 8965 |
# File 'sig/types.rbs', line 8963 def aws_account_id @aws_account_id end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
8964 8965 8966 |
# File 'sig/types.rbs', line 8964 def data_set_id @data_set_id end |
#data_set_refresh_properties ⇒ Types::DataSetRefreshProperties
Returns the value of attribute data_set_refresh_properties.
8965 8966 8967 |
# File 'sig/types.rbs', line 8965 def data_set_refresh_properties @data_set_refresh_properties end |