Class: Aws::Types::GetRuleGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def name
  @name
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


731
732
733
# File 'sig/types.rbs', line 731

def scope
  @scope
end