Class: Aws::Types::DescribeAccessPointsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_names::Array[::String]

Returns the value of attribute load_balancer_names.

Returns:

  • (::Array[::String])


209
210
211
# File 'sig/types.rbs', line 209

def load_balancer_names
  @load_balancer_names
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def marker
  @marker
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


211
212
213
# File 'sig/types.rbs', line 211

def page_size
  @page_size
end