Class: Aws::Types::DisassociateAnalyticsDataSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateAnalyticsDataSetRequest
- 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.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#target_account_id ⇒ ::String
Returns the value of attribute target_account_id.
Instance Attribute Details
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def data_set_id @data_set_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def instance_id @instance_id end |
#target_account_id ⇒ ::String
Returns the value of attribute target_account_id.
2966 2967 2968 |
# File 'sig/types.rbs', line 2966 def target_account_id @target_account_id end |