Class: Aws::Types::GetRegexPatternSetRequest

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)


666
667
668
# File 'sig/types.rbs', line 666

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def name
  @name
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


665
666
667
# File 'sig/types.rbs', line 665

def scope
  @scope
end