Class: Aws::Types::MultiRegionAccessPointRoute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1371
1372
1373
# File 'sig/types.rbs', line 1371

def bucket
  @bucket
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def region
  @region
end

#traffic_dial_percentage::Integer

Returns the value of attribute traffic_dial_percentage.

Returns:

  • (::Integer)


1373
1374
1375
# File 'sig/types.rbs', line 1373

def traffic_dial_percentage
  @traffic_dial_percentage
end