Class: Aws::Types::GetDistributionConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDistributionConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distribution_configuration ⇒ Types::DistributionConfiguration
Returns the value of attribute distribution_configuration.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#distribution_configuration ⇒ Types::DistributionConfiguration
Returns the value of attribute distribution_configuration.
728 729 730 |
# File 'sig/types.rbs', line 728 def distribution_configuration @distribution_configuration end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
727 728 729 |
# File 'sig/types.rbs', line 727 def request_id @request_id end |