Class: Aws::Types::GetDistributionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDistributionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distribution_name ⇒ ::String
Returns the value of attribute distribution_name.
-
#page_token ⇒ ::String
Returns the value of attribute page_token.
Instance Attribute Details
#distribution_name ⇒ ::String
Returns the value of attribute distribution_name.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def distribution_name @distribution_name end |
#page_token ⇒ ::String
Returns the value of attribute page_token.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def page_token @page_token end |