Class: Aws::Types::ListDistributionsByKeyGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDistributionsByKeyGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_group_id ⇒ ::String
Returns the value of attribute key_group_id.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#key_group_id ⇒ ::String
Returns the value of attribute key_group_id.
2400 2401 2402 |
# File 'sig/types.rbs', line 2400 def key_group_id @key_group_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
2398 2399 2400 |
# File 'sig/types.rbs', line 2398 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2399 2400 2401 |
# File 'sig/types.rbs', line 2399 def max_items @max_items end |