Class: Aws::Types::GetBucketStatisticsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetBucketStatisticsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_count ⇒ ::Integer
Returns the value of attribute bucket_count.
-
#bucket_count_by_effective_permission ⇒ Types::BucketCountByEffectivePermission
Returns the value of attribute bucket_count_by_effective_permission.
-
#bucket_count_by_encryption_type ⇒ Types::BucketCountByEncryptionType
Returns the value of attribute bucket_count_by_encryption_type.
-
#bucket_count_by_object_encryption_requirement ⇒ Types::BucketCountPolicyAllowsUnencryptedObjectUploads
Returns the value of attribute bucket_count_by_object_encryption_requirement.
-
#bucket_count_by_shared_access_type ⇒ Types::BucketCountBySharedAccessType
Returns the value of attribute bucket_count_by_shared_access_type.
-
#bucket_statistics_by_sensitivity ⇒ Types::BucketStatisticsBySensitivity
Returns the value of attribute bucket_statistics_by_sensitivity.
-
#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.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#object_count ⇒ ::Integer
Returns the value of attribute object_count.
-
#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
#bucket_count ⇒ ::Integer
Returns the value of attribute bucket_count.
774 775 776 |
# File 'sig/types.rbs', line 774 def bucket_count @bucket_count end |
#bucket_count_by_effective_permission ⇒ Types::BucketCountByEffectivePermission
Returns the value of attribute bucket_count_by_effective_permission.
775 776 777 |
# File 'sig/types.rbs', line 775 def @bucket_count_by_effective_permission end |
#bucket_count_by_encryption_type ⇒ Types::BucketCountByEncryptionType
Returns the value of attribute bucket_count_by_encryption_type.
776 777 778 |
# File 'sig/types.rbs', line 776 def bucket_count_by_encryption_type @bucket_count_by_encryption_type end |
#bucket_count_by_object_encryption_requirement ⇒ Types::BucketCountPolicyAllowsUnencryptedObjectUploads
Returns the value of attribute bucket_count_by_object_encryption_requirement.
777 778 779 |
# File 'sig/types.rbs', line 777 def bucket_count_by_object_encryption_requirement @bucket_count_by_object_encryption_requirement end |
#bucket_count_by_shared_access_type ⇒ Types::BucketCountBySharedAccessType
Returns the value of attribute bucket_count_by_shared_access_type.
778 779 780 |
# File 'sig/types.rbs', line 778 def bucket_count_by_shared_access_type @bucket_count_by_shared_access_type end |
#bucket_statistics_by_sensitivity ⇒ Types::BucketStatisticsBySensitivity
Returns the value of attribute bucket_statistics_by_sensitivity.
779 780 781 |
# File 'sig/types.rbs', line 779 def bucket_statistics_by_sensitivity @bucket_statistics_by_sensitivity end |
#classifiable_object_count ⇒ ::Integer
Returns the value of attribute classifiable_object_count.
780 781 782 |
# File 'sig/types.rbs', line 780 def classifiable_object_count @classifiable_object_count end |
#classifiable_size_in_bytes ⇒ ::Integer
Returns the value of attribute classifiable_size_in_bytes.
781 782 783 |
# File 'sig/types.rbs', line 781 def classifiable_size_in_bytes @classifiable_size_in_bytes end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
782 783 784 |
# File 'sig/types.rbs', line 782 def last_updated @last_updated end |
#object_count ⇒ ::Integer
Returns the value of attribute object_count.
783 784 785 |
# File 'sig/types.rbs', line 783 def object_count @object_count end |
#size_in_bytes ⇒ ::Integer
Returns the value of attribute size_in_bytes.
784 785 786 |
# File 'sig/types.rbs', line 784 def size_in_bytes @size_in_bytes end |
#size_in_bytes_compressed ⇒ ::Integer
Returns the value of attribute size_in_bytes_compressed.
785 786 787 |
# File 'sig/types.rbs', line 785 def size_in_bytes_compressed @size_in_bytes_compressed end |
#unclassifiable_object_count ⇒ Types::ObjectLevelStatistics
Returns the value of attribute unclassifiable_object_count.
786 787 788 |
# File 'sig/types.rbs', line 786 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.
787 788 789 |
# File 'sig/types.rbs', line 787 def unclassifiable_object_size_in_bytes @unclassifiable_object_size_in_bytes end |