Class: Aws::Types::ListIngressPointsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ingress_points::Array[Types::IngressPoint]

Returns the value of attribute ingress_points.

Returns:



898
899
900
# File 'sig/types.rbs', line 898

def ingress_points
  @ingress_points
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


899
900
901
# File 'sig/types.rbs', line 899

def next_token
  @next_token
end