Class: Aws::Types::BucketMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def 
  @account_id
end

#allows_unencrypted_object_uploads"TRUE", ...

Returns the value of attribute allows_unencrypted_object_uploads.

Returns:

  • ("TRUE", "FALSE", "UNKNOWN")


207
208
209
# File 'sig/types.rbs', line 207

def allows_unencrypted_object_uploads
  @allows_unencrypted_object_uploads
end

#automated_discovery_monitoring_status"MONITORED", "NOT_MONITORED"

Returns the value of attribute automated_discovery_monitoring_status.

Returns:

  • ("MONITORED", "NOT_MONITORED")


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

def automated_discovery_monitoring_status
  @automated_discovery_monitoring_status
end

#bucket_arn::String

Returns the value of attribute bucket_arn.

Returns:

  • (::String)


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

def bucket_arn
  @bucket_arn
end

#bucket_created_at::Time

Returns the value of attribute bucket_created_at.

Returns:

  • (::Time)


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

def bucket_created_at
  @bucket_created_at
end

#bucket_name::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


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

def bucket_name
  @bucket_name
end

#classifiable_object_count::Integer

Returns the value of attribute classifiable_object_count.

Returns:

  • (::Integer)


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

def classifiable_object_count
  @classifiable_object_count
end

#classifiable_size_in_bytes::Integer

Returns the value of attribute classifiable_size_in_bytes.

Returns:

  • (::Integer)


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

def classifiable_size_in_bytes
  @classifiable_size_in_bytes
end

#error_code"ACCESS_DENIED", "BUCKET_COUNT_EXCEEDS_QUOTA"

Returns the value of attribute error_code.

Returns:

  • ("ACCESS_DENIED", "BUCKET_COUNT_EXCEEDS_QUOTA")


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

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


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

def error_message
  @error_message
end

#job_detailsTypes::JobDetails

Returns the value of attribute job_details.

Returns:



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

def job_details
  @job_details
end

#last_automated_discovery_time::Time

Returns the value of attribute last_automated_discovery_time.

Returns:

  • (::Time)


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

def last_automated_discovery_time
  @last_automated_discovery_time
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


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

def last_updated
  @last_updated
end

#object_count::Integer

Returns the value of attribute object_count.

Returns:

  • (::Integer)


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

def object_count
  @object_count
end

#object_count_by_encryption_typeTypes::ObjectCountByEncryptionType

Returns the value of attribute object_count_by_encryption_type.



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

def object_count_by_encryption_type
  @object_count_by_encryption_type
end

#public_accessTypes::BucketPublicAccess

Returns the value of attribute public_access.



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

def public_access
  @public_access
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


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

def region
  @region
end

#replication_detailsTypes::ReplicationDetails

Returns the value of attribute replication_details.



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

def replication_details
  @replication_details
end

#sensitivity_score::Integer

Returns the value of attribute sensitivity_score.

Returns:

  • (::Integer)


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

def sensitivity_score
  @sensitivity_score
end

#server_side_encryptionTypes::BucketServerSideEncryption

Returns the value of attribute server_side_encryption.



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

def server_side_encryption
  @server_side_encryption
end

#shared_access"EXTERNAL", ...

Returns the value of attribute shared_access.

Returns:

  • ("EXTERNAL", "INTERNAL", "NOT_SHARED", "UNKNOWN")


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

def shared_access
  @shared_access
end

#size_in_bytes::Integer

Returns the value of attribute size_in_bytes.

Returns:

  • (::Integer)


227
228
229
# File 'sig/types.rbs', line 227

def size_in_bytes
  @size_in_bytes
end

#size_in_bytes_compressed::Integer

Returns the value of attribute size_in_bytes_compressed.

Returns:

  • (::Integer)


228
229
230
# File 'sig/types.rbs', line 228

def size_in_bytes_compressed
  @size_in_bytes_compressed
end

#tags::Array[Types::KeyValuePair]

Returns the value of attribute tags.

Returns:



229
230
231
# File 'sig/types.rbs', line 229

def tags
  @tags
end

#unclassifiable_object_countTypes::ObjectLevelStatistics

Returns the value of attribute unclassifiable_object_count.



230
231
232
# File 'sig/types.rbs', line 230

def unclassifiable_object_count
  @unclassifiable_object_count
end

#unclassifiable_object_size_in_bytesTypes::ObjectLevelStatistics

Returns the value of attribute unclassifiable_object_size_in_bytes.



231
232
233
# File 'sig/types.rbs', line 231

def unclassifiable_object_size_in_bytes
  @unclassifiable_object_size_in_bytes
end

#versioningBoolean

Returns the value of attribute versioning.

Returns:

  • (Boolean)


232
233
234
# File 'sig/types.rbs', line 232

def versioning
  @versioning
end