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.



1672
1673
1674
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1672

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)


1670
1671
1672
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1670

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1677
1678
1679
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1677

def update!(**args)
  @value = args[:value] if args.key?(:value)
end