Class: Aws::S3::Types::HeadBucketOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_aliasBoolean

Indicates whether the bucket name used in the request is an access point alias.

This functionality is not supported for directory buckets.

Returns:

  • (Boolean)


7822
7823
7824
7825
7826
7827
7828
7829
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7822

class HeadBucketOutput < Struct.new(
  :bucket_location_type,
  :bucket_location_name,
  :bucket_region,
  :access_point_alias)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_location_nameString

The name of the location where the bucket will be created.

For directory buckets, the AZ ID of the Availability Zone where the bucket is created. An example AZ ID value is usw2-az1.

This functionality is only supported by directory buckets.

Returns:

  • (String)


7822
7823
7824
7825
7826
7827
7828
7829
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7822

class HeadBucketOutput < Struct.new(
  :bucket_location_type,
  :bucket_location_name,
  :bucket_region,
  :access_point_alias)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_location_typeString

The type of location where the bucket is created.

This functionality is only supported by directory buckets.

Returns:

  • (String)


7822
7823
7824
7825
7826
7827
7828
7829
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7822

class HeadBucketOutput < Struct.new(
  :bucket_location_type,
  :bucket_location_name,
  :bucket_region,
  :access_point_alias)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_regionString

The Region that the bucket is located.

This functionality is not supported for directory buckets.

Returns:

  • (String)


7822
7823
7824
7825
7826
7827
7828
7829
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7822

class HeadBucketOutput < Struct.new(
  :bucket_location_type,
  :bucket_location_name,
  :bucket_region,
  :access_point_alias)
  SENSITIVE = []
  include Aws::Structure
end