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

#able_to_update_bundleBoolean

Returns the value of attribute able_to_update_bundle.

Returns:

  • (Boolean)


220
221
222
# File 'sig/types.rbs', line 220

def able_to_update_bundle
  @able_to_update_bundle
end

#access_log_configTypes::BucketAccessLogConfig

Returns the value of attribute access_log_config.



224
225
226
# File 'sig/types.rbs', line 224

def access_log_config
  @access_log_config
end

#access_rulesTypes::AccessRules

Returns the value of attribute access_rules.

Returns:



210
211
212
# File 'sig/types.rbs', line 210

def access_rules
  @access_rules
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def arn
  @arn
end

#bundle_id::String

Returns the value of attribute bundle_id.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def bundle_id
  @bundle_id
end

#corsTypes::BucketCorsConfig

Returns the value of attribute cors.



225
226
227
# File 'sig/types.rbs', line 225

def cors
  @cors
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


213
214
215
# File 'sig/types.rbs', line 213

def created_at
  @created_at
end

#locationTypes::ResourceLocation

Returns the value of attribute location.



215
216
217
# File 'sig/types.rbs', line 215

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def name
  @name
end

#object_versioning::String

Returns the value of attribute object_versioning.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def object_versioning
  @object_versioning
end

#readonly_access_accounts::Array[::String]

Returns the value of attribute readonly_access_accounts.

Returns:

  • (::Array[::String])


221
222
223
# File 'sig/types.rbs', line 221

def readonly_access_accounts
  @readonly_access_accounts
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def resource_type
  @resource_type
end

#resources_receiving_access::Array[Types::ResourceReceivingAccess]

Returns the value of attribute resources_receiving_access.

Returns:



222
223
224
# File 'sig/types.rbs', line 222

def resources_receiving_access
  @resources_receiving_access
end

#stateTypes::BucketState

Returns the value of attribute state.

Returns:



223
224
225
# File 'sig/types.rbs', line 223

def state
  @state
end

#support_code::String

Returns the value of attribute support_code.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def support_code
  @support_code
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



218
219
220
# File 'sig/types.rbs', line 218

def tags
  @tags
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def url
  @url
end