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.
1260 1261 1262 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1260 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
1258 1259 1260 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1258 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1265 1266 1267 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1265 def update!(**args) @value = args[:value] if args.key?(:value) end |