Class: Aws::Types::GetBucketResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def bucket
  @bucket
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


739
740
741
# File 'sig/types.rbs', line 739

def creation_date
  @creation_date
end

#public_access_block_enabledBoolean

Returns the value of attribute public_access_block_enabled.

Returns:

  • (Boolean)


738
739
740
# File 'sig/types.rbs', line 738

def public_access_block_enabled
  @public_access_block_enabled
end