Class: Aws::Types::UpdateDistributionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDistributionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distribution_config ⇒ Types::DistributionConfig
Returns the value of attribute distribution_config.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
Instance Attribute Details
#distribution_config ⇒ Types::DistributionConfig
Returns the value of attribute distribution_config.
3960 3961 3962 |
# File 'sig/types.rbs', line 3960 def distribution_config @distribution_config end |
#id ⇒ ::String
Returns the value of attribute id.
3961 3962 3963 |
# File 'sig/types.rbs', line 3961 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
3962 3963 3964 |
# File 'sig/types.rbs', line 3962 def if_match @if_match end |