Class: Aws::Types::UpdateRuleGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute custom_response_bodies.

Returns:



1791
1792
1793
# File 'sig/types.rbs', line 1791

def custom_response_bodies
  @custom_response_bodies
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def id
  @id
end

#lock_token::String

Returns the value of attribute lock_token.

Returns:

  • (::String)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def lock_token
  @lock_token
end

#monetization_configTypes::MonetizationConfig

Returns the value of attribute monetization_config.



1792
1793
1794
# File 'sig/types.rbs', line 1792

def monetization_config
  @monetization_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def name
  @name
end

#rules::Array[Types::Rule]

Returns the value of attribute rules.

Returns:



1788
1789
1790
# File 'sig/types.rbs', line 1788

def rules
  @rules
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


1785
1786
1787
# File 'sig/types.rbs', line 1785

def scope
  @scope
end

#visibility_configTypes::VisibilityConfig

Returns the value of attribute visibility_config.



1789
1790
1791
# File 'sig/types.rbs', line 1789

def visibility_config
  @visibility_config
end