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.



2267
2268
2269
# File 'sig/types.rbs', line 2267

def analytics_configuration
  @analytics_configuration
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


2265
2266
2267
# File 'sig/types.rbs', line 2265

def bucket
  @bucket
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


2268
2269
2270
# File 'sig/types.rbs', line 2268

def expected_bucket_owner
  @expected_bucket_owner
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2266
2267
2268
# File 'sig/types.rbs', line 2266

def id
  @id
end