Class: Aws::Types::UpdateDistributionConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDistributionConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def client_token @client_token end |
#distribution_configuration_arn ⇒ ::String
Returns the value of attribute distribution_configuration_arn.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def distribution_configuration_arn @distribution_configuration_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def request_id @request_id end |