Class: Aws::Types::DescribeServerlessCachesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


829
830
831
# File 'sig/types.rbs', line 829

def next_token
  @next_token
end

#serverless_caches::Array[Types::ServerlessCache]

Returns the value of attribute serverless_caches.

Returns:



830
831
832
# File 'sig/types.rbs', line 830

def serverless_caches
  @serverless_caches
end