Class: Aws::Types::HeadBucketOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_aliasBoolean

Returns the value of attribute access_point_alias.

Returns:

  • (Boolean)


1365
1366
1367
# File 'sig/types.rbs', line 1365

def access_point_alias
  @access_point_alias
end

#bucket_arn::String

Returns the value of attribute bucket_arn.

Returns:

  • (::String)


1361
1362
1363
# File 'sig/types.rbs', line 1361

def bucket_arn
  @bucket_arn
end

#bucket_location_name::String

Returns the value of attribute bucket_location_name.

Returns:

  • (::String)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def bucket_location_name
  @bucket_location_name
end

#bucket_location_type"AvailabilityZone", "LocalZone"

Returns the value of attribute bucket_location_type.

Returns:

  • ("AvailabilityZone", "LocalZone")


1362
1363
1364
# File 'sig/types.rbs', line 1362

def bucket_location_type
  @bucket_location_type
end

#bucket_region::String

Returns the value of attribute bucket_region.

Returns:

  • (::String)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def bucket_region
  @bucket_region
end