Class: Aws::Types::ListDistributionConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDistributionConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distribution_configuration_summary_list ⇒ ::Array[Types::DistributionConfigurationSummary]
Returns the value of attribute distribution_configuration_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#distribution_configuration_summary_list ⇒ ::Array[Types::DistributionConfigurationSummary]
Returns the value of attribute distribution_configuration_summary_list.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def distribution_configuration_summary_list @distribution_configuration_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def request_id @request_id end |