Class: Aws::Types::AssociateAnalyticsDataSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::AssociateAnalyticsDataSetResponse
- 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.
-
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
-
#resource_share_id ⇒ ::String
Returns the value of attribute resource_share_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.
267 268 269 |
# File 'sig/types.rbs', line 267 def data_set_id @data_set_id end |
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
270 271 272 |
# File 'sig/types.rbs', line 270 def resource_share_arn @resource_share_arn end |
#resource_share_id ⇒ ::String
Returns the value of attribute resource_share_id.
269 270 271 |
# File 'sig/types.rbs', line 269 def resource_share_id @resource_share_id end |
#target_account_id ⇒ ::String
Returns the value of attribute target_account_id.
268 269 270 |
# File 'sig/types.rbs', line 268 def target_account_id @target_account_id end |