Class: Aws::Types::ListTargetsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListTargetsResult
- 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::TargetSummary]
Returns the value of attribute targets.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
163 164 165 |
# File 'sig/types.rbs', line 163 def next_token @next_token end |
#targets ⇒ ::Array[Types::TargetSummary]
Returns the value of attribute targets.
162 163 164 |
# File 'sig/types.rbs', line 162 def targets @targets end |