Class: Aws::Types::GetBucketStatisticsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_count::Integer

Returns the value of attribute bucket_count.

Returns:

  • (::Integer)


774
775
776
# File 'sig/types.rbs', line 774

def bucket_count
  @bucket_count
end

#bucket_count_by_effective_permissionTypes::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
  @bucket_count_by_effective_permission
end

#bucket_count_by_encryption_typeTypes::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_requirementTypes::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_typeTypes::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_sensitivityTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


785
786
787
# File 'sig/types.rbs', line 785

def size_in_bytes_compressed
  @size_in_bytes_compressed
end

#unclassifiable_object_countTypes::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_bytesTypes::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