Class: Aws::Types::RateLimitCookie

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1361
1362
1363
# File 'sig/types.rbs', line 1361

def name
  @name
end

#text_transformations::Array[Types::TextTransformation]

Returns the value of attribute text_transformations.

Returns:



1362
1363
1364
# File 'sig/types.rbs', line 1362

def text_transformations
  @text_transformations
end