Class: Aws::Types::ListDistributionsByTrustStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDistributionsByTrustStoreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#trust_store_identifier ⇒ ::String
Returns the value of attribute trust_store_identifier.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def max_items @max_items end |
#trust_store_identifier ⇒ ::String
Returns the value of attribute trust_store_identifier.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def trust_store_identifier @trust_store_identifier end |