Class: Aws::Types::DescribePullThroughCacheRulesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePullThroughCacheRulesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pull_through_cache_rules ⇒ ::Array[Types::PullThroughCacheRule]
Returns the value of attribute pull_through_cache_rules.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
366 367 368 |
# File 'sig/types.rbs', line 366 def pull_through_cache_rules @pull_through_cache_rules end |