Method: Aws::S3Control::Types::SubmitMultiRegionAccessPointRoutesRequest#route_updates
- Defined in:
- lib/aws-sdk-s3control/types.rb
#route_updates ⇒ Array<Types::MultiRegionAccessPointRoute>
The different routes that make up the new route configuration. Active routes return a value of 100, and passive routes return a value of 0.
8779 8780 8781 8782 8783 8784 8785 |
# File 'lib/aws-sdk-s3control/types.rb', line 8779 class SubmitMultiRegionAccessPointRoutesRequest < Struct.new( :account_id, :mrap, :route_updates) SENSITIVE = [] include Aws::Structure end |