Class: Aws::Types::GetManagedRuleSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def name
  @name
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


616
617
618
# File 'sig/types.rbs', line 616

def scope
  @scope
end