Class: Aws::Types::BatchAssociateAnalyticsDataSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchAssociateAnalyticsDataSetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created ⇒ ::Array[Types::AnalyticsDataAssociationResult]
Returns the value of attribute created.
-
#errors ⇒ ::Array[Types::ErrorResult]
Returns the value of attribute errors.
Instance Attribute Details
#created ⇒ ::Array[Types::AnalyticsDataAssociationResult]
Returns the value of attribute created.
605 606 607 |
# File 'sig/types.rbs', line 605 def created @created end |
#errors ⇒ ::Array[Types::ErrorResult]
Returns the value of attribute errors.
606 607 608 |
# File 'sig/types.rbs', line 606 def errors @errors end |