Class: Aws::Types::ListTargetsByRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTargetsByRuleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
722 723 724 |
# File 'sig/types.rbs', line 722 def next_token @next_token end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
721 722 723 |
# File 'sig/types.rbs', line 721 def targets @targets end |