Class: Aws::Types::GetDistributionsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetDistributionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distributions ⇒ ::Array[Types::LightsailDistribution]
Returns the value of attribute distributions.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#distributions ⇒ ::Array[Types::LightsailDistribution]
Returns the value of attribute distributions.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def distributions @distributions end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def next_page_token @next_page_token end |