Class: Aws::Types::CreateRuleGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity::Integer

Returns the value of attribute capacity.

Returns:

  • (::Integer)


256
257
258
# File 'sig/types.rbs', line 256

def capacity
  @capacity
end

#custom_response_bodies::Hash[::String, Types::CustomResponseBody]

Returns the value of attribute custom_response_bodies.

Returns:



261
262
263
# File 'sig/types.rbs', line 261

def custom_response_bodies
  @custom_response_bodies
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def description
  @description
end

#monetization_configTypes::MonetizationConfig

Returns the value of attribute monetization_config.



262
263
264
# File 'sig/types.rbs', line 262

def monetization_config
  @monetization_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def name
  @name
end

#rules::Array[Types::Rule]

Returns the value of attribute rules.

Returns:



258
259
260
# File 'sig/types.rbs', line 258

def rules
  @rules
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


255
256
257
# File 'sig/types.rbs', line 255

def scope
  @scope
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def tags
  @tags
end

#visibility_configTypes::VisibilityConfig

Returns the value of attribute visibility_config.



259
260
261
# File 'sig/types.rbs', line 259

def visibility_config
  @visibility_config
end