Class: Aws::Types::DescribeAssociationExecutionTargetsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAssociationExecutionTargetsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_execution_targets ⇒ ::Array[Types::AssociationExecutionTarget]
Returns the value of attribute association_execution_targets.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#association_execution_targets ⇒ ::Array[Types::AssociationExecutionTarget]
Returns the value of attribute association_execution_targets.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def association_execution_targets @association_execution_targets end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def next_token @next_token end |