Class: Aws::Types::ListTargetsForPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTargetsForPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
3620 3621 3622 |
# File 'sig/types.rbs', line 3620 def marker @marker end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
3621 3622 3623 |
# File 'sig/types.rbs', line 3621 def page_size @page_size end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
3619 3620 3621 |
# File 'sig/types.rbs', line 3619 def policy_name @policy_name end |