Class: Aws::Types::DescribeAssociationExecutionsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAssociationExecutionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_executions ⇒ ::Array[Types::AssociationExecution]
Returns the value of attribute association_executions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#association_executions ⇒ ::Array[Types::AssociationExecution]
Returns the value of attribute association_executions.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def association_executions @association_executions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def next_token @next_token end |