Method: Aws::S3Control::Types::MultiRegionAccessPointReport#name
- Defined in:
- lib/aws-sdk-s3control/types.rb
#name ⇒ String
The name of the Multi-Region Access Point.
5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 |
# File 'lib/aws-sdk-s3control/types.rb', line 5838 class MultiRegionAccessPointReport < Struct.new( :name, :alias, :created_at, :public_access_block, :status, :regions) SENSITIVE = [] include Aws::Structure end |