Class: Aws::Types::AssociateAnalyticsDataSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateAnalyticsDataSetRequest
- 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.
249 250 251 |
# File 'sig/types.rbs', line 249 def data_set_id @data_set_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
248 249 250 |
# File 'sig/types.rbs', line 248 def instance_id @instance_id end |
#target_account_id ⇒ ::String
Returns the value of attribute target_account_id.
250 251 252 |
# File 'sig/types.rbs', line 250 def target_account_id @target_account_id end |