Class: Aws::Types::ListTargetsForPolicyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


3620
3621
3622
# File 'sig/types.rbs', line 3620

def marker
  @marker
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


3619
3620
3621
# File 'sig/types.rbs', line 3619

def policy_name
  @policy_name
end