Class: Aws::Types::UpdateDistributionConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDistributionConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#distribution_configuration_arn ⇒ ::String
Returns the value of attribute distribution_configuration_arn.
-
#distributions ⇒ ::Array[Types::Distribution]
Returns the value of attribute distributions.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def description @description end |
#distribution_configuration_arn ⇒ ::String
Returns the value of attribute distribution_configuration_arn.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def distribution_configuration_arn @distribution_configuration_arn end |
#distributions ⇒ ::Array[Types::Distribution]
Returns the value of attribute distributions.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def distributions @distributions end |