Class: Aws::Types::UpdateDistributionBundleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDistributionBundleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#distribution_name ⇒ ::String
Returns the value of attribute distribution_name.
Instance Attribute Details
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
3117 3118 3119 |
# File 'sig/types.rbs', line 3117 def bundle_id @bundle_id end |
#distribution_name ⇒ ::String
Returns the value of attribute distribution_name.
3116 3117 3118 |
# File 'sig/types.rbs', line 3116 def distribution_name @distribution_name end |