Class: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetailsObjectsMetadataTotalObjects
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetailsObjectsMetadataTotalObjects
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/migrationcenter_v1alpha1/classes.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb
Overview
Information about the total number of objects in the bucket.
Instance Attribute Summary collapse
-
#value ⇒ Fixnum
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AwsS3BucketDetailsObjectsMetadataTotalObjects
constructor
A new instance of AwsS3BucketDetailsObjectsMetadataTotalObjects.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AwsS3BucketDetailsObjectsMetadataTotalObjects
Returns a new instance of AwsS3BucketDetailsObjectsMetadataTotalObjects.
1522 1523 1524 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1522 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ Fixnum
Optional. The total number of objects in the bucket.
Corresponds to the JSON property value
1520 1521 1522 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1520 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1527 1528 1529 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1527 def update!(**args) @value = args[:value] if args.key?(:value) end |