Class: Aws::Types::PutBucketAnalyticsConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_configurationTypes::AnalyticsConfiguration

Returns the value of attribute analytics_configuration.



2246
2247
2248
# File 'sig/types.rbs', line 2246

def analytics_configuration
  @analytics_configuration
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


2244
2245
2246
# File 'sig/types.rbs', line 2244

def bucket
  @bucket
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


2247
2248
2249
# File 'sig/types.rbs', line 2247

def expected_bucket_owner
  @expected_bucket_owner
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2245
2246
2247
# File 'sig/types.rbs', line 2245

def id
  @id
end