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)


1349
1350
1351
# File 'sig/types.rbs', line 1349

def access_point_alias
  @access_point_alias
end

#bucket_arn::String

Returns the value of attribute bucket_arn.

Returns:

  • (::String)


1345
1346
1347
# File 'sig/types.rbs', line 1345

def bucket_arn
  @bucket_arn
end

#bucket_location_name::String

Returns the value of attribute bucket_location_name.

Returns:

  • (::String)


1347
1348
1349
# File 'sig/types.rbs', line 1347

def bucket_location_name
  @bucket_location_name
end

#bucket_location_type"AvailabilityZone", "LocalZone"

Returns the value of attribute bucket_location_type.

Returns:

  • ("AvailabilityZone", "LocalZone")


1346
1347
1348
# File 'sig/types.rbs', line 1346

def bucket_location_type
  @bucket_location_type
end

#bucket_region::String

Returns the value of attribute bucket_region.

Returns:

  • (::String)


1348
1349
1350
# File 'sig/types.rbs', line 1348

def bucket_region
  @bucket_region
end