Class: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetailsObjectsMetadataTotalObjects

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#valueFixnum

Optional. The total number of objects in the bucket. Corresponds to the JSON property value

Returns:

  • (Fixnum)


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