Class: Aws::Types::DescribeServerlessCacheSnapshotsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


811
812
813
# File 'sig/types.rbs', line 811

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def next_token
  @next_token
end

#serverless_cache_name::String

Returns the value of attribute serverless_cache_name.

Returns:

  • (::String)


807
808
809
# File 'sig/types.rbs', line 807

def serverless_cache_name
  @serverless_cache_name
end

#serverless_cache_snapshot_name::String

Returns the value of attribute serverless_cache_snapshot_name.

Returns:

  • (::String)


808
809
810
# File 'sig/types.rbs', line 808

def serverless_cache_snapshot_name
  @serverless_cache_snapshot_name
end

#snapshot_type::String

Returns the value of attribute snapshot_type.

Returns:

  • (::String)


809
810
811
# File 'sig/types.rbs', line 809

def snapshot_type
  @snapshot_type
end