Method: Aws::S3Control::Types::GetAccessPointResult#bucket

Defined in:
lib/aws-sdk-s3control/types.rb

#bucketString

The name of the bucket associated with the specified access point.

Returns:

  • (String)


2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
# File 'lib/aws-sdk-s3control/types.rb', line 2958

class GetAccessPointResult < Struct.new(
  :name,
  :bucket,
  :network_origin,
  :vpc_configuration,
  :public_access_block_configuration,
  :creation_date,
  :alias,
  :access_point_arn,
  :endpoints,
  :bucket_account_id,
  :data_source_id,
  :data_source_type)
  SENSITIVE = []
  include Aws::Structure
end