Class: Aws::Types::ListTargetsForPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTargetsForPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
3627 3628 3629 |
# File 'sig/types.rbs', line 3627 def next_marker @next_marker end |
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
3626 3627 3628 |
# File 'sig/types.rbs', line 3626 def targets @targets end |