Class: Aws::Types::DescribePullThroughCacheRulesResponse

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)


367
368
369
# File 'sig/types.rbs', line 367

def next_token
  @next_token
end

#pull_through_cache_rules::Array[Types::PullThroughCacheRule]

Returns the value of attribute pull_through_cache_rules.

Returns:



366
367
368
# File 'sig/types.rbs', line 366

def pull_through_cache_rules
  @pull_through_cache_rules
end