Class: Aws::Types::BucketMetadata
- Inherits:
-
Object
- Object
- Aws::Types::BucketMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#allows_unencrypted_object_uploads ⇒ "TRUE", ...
Returns the value of attribute allows_unencrypted_object_uploads.
-
#automated_discovery_monitoring_status ⇒ "MONITORED", "NOT_MONITORED"
Returns the value of attribute automated_discovery_monitoring_status.
-
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
-
#bucket_created_at ⇒ ::Time
Returns the value of attribute bucket_created_at.
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#classifiable_object_count ⇒ ::Integer
Returns the value of attribute classifiable_object_count.
-
#classifiable_size_in_bytes ⇒ ::Integer
Returns the value of attribute classifiable_size_in_bytes.
-
#error_code ⇒ "ACCESS_DENIED", "BUCKET_COUNT_EXCEEDS_QUOTA"
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#job_details ⇒ Types::JobDetails
Returns the value of attribute job_details.
-
#last_automated_discovery_time ⇒ ::Time
Returns the value of attribute last_automated_discovery_time.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#object_count ⇒ ::Integer
Returns the value of attribute object_count.
-
#object_count_by_encryption_type ⇒ Types::ObjectCountByEncryptionType
Returns the value of attribute object_count_by_encryption_type.
-
#public_access ⇒ Types::BucketPublicAccess
Returns the value of attribute public_access.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#replication_details ⇒ Types::ReplicationDetails
Returns the value of attribute replication_details.
-
#sensitivity_score ⇒ ::Integer
Returns the value of attribute sensitivity_score.
-
#server_side_encryption ⇒ Types::BucketServerSideEncryption
Returns the value of attribute server_side_encryption.
-
#shared_access ⇒ "EXTERNAL", ...
Returns the value of attribute shared_access.
-
#size_in_bytes ⇒ ::Integer
Returns the value of attribute size_in_bytes.
-
#size_in_bytes_compressed ⇒ ::Integer
Returns the value of attribute size_in_bytes_compressed.
-
#tags ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute tags.
-
#unclassifiable_object_count ⇒ Types::ObjectLevelStatistics
Returns the value of attribute unclassifiable_object_count.
-
#unclassifiable_object_size_in_bytes ⇒ Types::ObjectLevelStatistics
Returns the value of attribute unclassifiable_object_size_in_bytes.
-
#versioning ⇒ Boolean
Returns the value of attribute versioning.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
206 207 208 |
# File 'sig/types.rbs', line 206 def account_id @account_id end |
#allows_unencrypted_object_uploads ⇒ "TRUE", ...
Returns the value of attribute allows_unencrypted_object_uploads.
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.
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.
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.
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.
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.
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.
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.
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.
215 216 217 |
# File 'sig/types.rbs', line 215 def @error_message end |
#job_details ⇒ Types::JobDetails
Returns the value of attribute job_details.
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.
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.
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.
219 220 221 |
# File 'sig/types.rbs', line 219 def object_count @object_count end |
#object_count_by_encryption_type ⇒ Types::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_access ⇒ Types::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.
222 223 224 |
# File 'sig/types.rbs', line 222 def region @region end |
#replication_details ⇒ Types::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.
224 225 226 |
# File 'sig/types.rbs', line 224 def sensitivity_score @sensitivity_score end |
#server_side_encryption ⇒ Types::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.
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.
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.
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.
229 230 231 |
# File 'sig/types.rbs', line 229 def @tags end |
#unclassifiable_object_count ⇒ Types::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_bytes ⇒ Types::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 |
#versioning ⇒ Boolean
Returns the value of attribute versioning.
232 233 234 |
# File 'sig/types.rbs', line 232 def versioning @versioning end |