Class: Aws::Types::DistributionBundle
- Inherits:
-
Object
- Object
- Aws::Types::DistributionBundle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#is_active ⇒ Boolean
Returns the value of attribute is_active.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#price ⇒ ::Float
Returns the value of attribute price.
-
#transfer_per_month_in_gb ⇒ ::Integer
Returns the value of attribute transfer_per_month_in_gb.
Instance Attribute Details
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def bundle_id @bundle_id end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def is_active @is_active end |
#name ⇒ ::String
Returns the value of attribute name.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def name @name end |
#price ⇒ ::Float
Returns the value of attribute price.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def price @price end |
#transfer_per_month_in_gb ⇒ ::Integer
Returns the value of attribute transfer_per_month_in_gb.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def transfer_per_month_in_gb @transfer_per_month_in_gb end |