Class: Aws::Types::Bucket

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arn::String

Returns the value of attribute bucket_arn.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def bucket_arn
  @bucket_arn
end

#bucket_region::String

Returns the value of attribute bucket_region.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def bucket_region
  @bucket_region
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


135
136
137
# File 'sig/types.rbs', line 135

def creation_date
  @creation_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def name
  @name
end