Class: Aws::Types::DeleteDataSetRefreshPropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDataSetRefreshPropertiesRequest
- 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.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
3837 3838 3839 |
# File 'sig/types.rbs', line 3837 def aws_account_id @aws_account_id end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
3838 3839 3840 |
# File 'sig/types.rbs', line 3838 def data_set_id @data_set_id end |