Class: Aws::Types::PutBucketMetricsConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


2339
2340
2341
# File 'sig/types.rbs', line 2339

def bucket
  @bucket
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


2342
2343
2344
# File 'sig/types.rbs', line 2342

def expected_bucket_owner
  @expected_bucket_owner
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2340
2341
2342
# File 'sig/types.rbs', line 2340

def id
  @id
end

#metrics_configurationTypes::MetricsConfiguration

Returns the value of attribute metrics_configuration.



2341
2342
2343
# File 'sig/types.rbs', line 2341

def metrics_configuration
  @metrics_configuration
end