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)


2318
2319
2320
# File 'sig/types.rbs', line 2318

def bucket
  @bucket
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


2321
2322
2323
# File 'sig/types.rbs', line 2321

def expected_bucket_owner
  @expected_bucket_owner
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2319
2320
2321
# File 'sig/types.rbs', line 2319

def id
  @id
end

#metrics_configurationTypes::MetricsConfiguration

Returns the value of attribute metrics_configuration.



2320
2321
2322
# File 'sig/types.rbs', line 2320

def metrics_configuration
  @metrics_configuration
end