Class: Aws::Types::DeleteDistributionConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDistributionConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distribution_configuration_arn ⇒ ::String
Returns the value of attribute distribution_configuration_arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#distribution_configuration_arn ⇒ ::String
Returns the value of attribute distribution_configuration_arn.
495 496 497 |
# File 'sig/types.rbs', line 495 def distribution_configuration_arn @distribution_configuration_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
494 495 496 |
# File 'sig/types.rbs', line 494 def request_id @request_id end |