Class: Aws::Types::ListMultiRegionAccessPointsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_points::Array[Types::MultiRegionAccessPointReport]

Returns the value of attribute access_points.



1261
1262
1263
# File 'sig/types.rbs', line 1261

def access_points
  @access_points
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def next_token
  @next_token
end