Class: Aws::Types::BatchAssociateAnalyticsDataSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchAssociateAnalyticsDataSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_ids ⇒ ::Array[::String]
Returns the value of attribute data_set_ids.
-
#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_ids ⇒ ::Array[::String]
Returns the value of attribute data_set_ids.
605 606 607 |
# File 'sig/types.rbs', line 605 def data_set_ids @data_set_ids end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
604 605 606 |
# File 'sig/types.rbs', line 604 def instance_id @instance_id end |
#target_account_id ⇒ ::String
Returns the value of attribute target_account_id.
606 607 608 |
# File 'sig/types.rbs', line 606 def target_account_id @target_account_id end |