Class: Aws::Types::AnalyticsDataAssociationResult
- Inherits:
-
Object
- Object
- Aws::Types::AnalyticsDataAssociationResult
- 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.
-
#resource_share_status ⇒ ::String
Returns the value of attribute resource_share_status.
-
#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.
216 217 218 |
# File 'sig/types.rbs', line 216 def data_set_id @data_set_id end |
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
219 220 221 |
# File 'sig/types.rbs', line 219 def resource_share_arn @resource_share_arn end |
#resource_share_id ⇒ ::String
Returns the value of attribute resource_share_id.
218 219 220 |
# File 'sig/types.rbs', line 218 def resource_share_id @resource_share_id end |
#resource_share_status ⇒ ::String
Returns the value of attribute resource_share_status.
220 221 222 |
# File 'sig/types.rbs', line 220 def resource_share_status @resource_share_status end |
#target_account_id ⇒ ::String
Returns the value of attribute target_account_id.
217 218 219 |
# File 'sig/types.rbs', line 217 def target_account_id @target_account_id end |