Class: Aws::Types::DescribeActionTargetsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeActionTargetsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_targets ⇒ ::Array[Types::ActionTarget]
Returns the value of attribute action_targets.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#action_targets ⇒ ::Array[Types::ActionTarget]
Returns the value of attribute action_targets.
5485 5486 5487 |
# File 'sig/types.rbs', line 5485 def action_targets @action_targets end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5486 5487 5488 |
# File 'sig/types.rbs', line 5486 def next_token @next_token end |