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.
616 617 618 |
# File 'sig/types.rbs', line 616 def created @created end |
#errors ⇒ ::Array[Types::ErrorResult]
Returns the value of attribute errors.
617 618 619 |
# File 'sig/types.rbs', line 617 def errors @errors end |