Class: Aws::Types::MatchingBucket
- Inherits:
-
Object
- Object
- Aws::Types::MatchingBucket
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#automated_discovery_monitoring_status ⇒ "MONITORED", "NOT_MONITORED"
Returns the value of attribute automated_discovery_monitoring_status.
-
#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.
-
#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.
-
#sensitivity_score ⇒ ::Integer
Returns the value of attribute sensitivity_score.
-
#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.
-
#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.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def account_id @account_id end |
#automated_discovery_monitoring_status ⇒ "MONITORED", "NOT_MONITORED"
Returns the value of attribute automated_discovery_monitoring_status.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def automated_discovery_monitoring_status @automated_discovery_monitoring_status end |
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def bucket_name @bucket_name end |
#classifiable_object_count ⇒ ::Integer
Returns the value of attribute classifiable_object_count.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def classifiable_object_count @classifiable_object_count end |
#classifiable_size_in_bytes ⇒ ::Integer
Returns the value of attribute classifiable_size_in_bytes.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 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.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def @error_message end |
#job_details ⇒ Types::JobDetails
Returns the value of attribute job_details.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def job_details @job_details end |
#last_automated_discovery_time ⇒ ::Time
Returns the value of attribute last_automated_discovery_time.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def last_automated_discovery_time @last_automated_discovery_time end |
#object_count ⇒ ::Integer
Returns the value of attribute object_count.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def object_count @object_count end |
#object_count_by_encryption_type ⇒ Types::ObjectCountByEncryptionType
Returns the value of attribute object_count_by_encryption_type.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def object_count_by_encryption_type @object_count_by_encryption_type end |
#sensitivity_score ⇒ ::Integer
Returns the value of attribute sensitivity_score.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def sensitivity_score @sensitivity_score end |
#size_in_bytes ⇒ ::Integer
Returns the value of attribute size_in_bytes.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def size_in_bytes @size_in_bytes end |
#size_in_bytes_compressed ⇒ ::Integer
Returns the value of attribute size_in_bytes_compressed.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def size_in_bytes_compressed @size_in_bytes_compressed end |
#unclassifiable_object_count ⇒ Types::ObjectLevelStatistics
Returns the value of attribute unclassifiable_object_count.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 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.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def unclassifiable_object_size_in_bytes @unclassifiable_object_size_in_bytes end |