Class: Aws::Types::BucketBundle

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_id::String

Returns the value of attribute bundle_id.



237
238
239
# File 'sig/types.rbs', line 237

def bundle_id
  @bundle_id
end

#is_activeBoolean

Returns the value of attribute is_active.



242
243
244
# File 'sig/types.rbs', line 242

def is_active
  @is_active
end

#name::String

Returns the value of attribute name.



238
239
240
# File 'sig/types.rbs', line 238

def name
  @name
end

#price::Float

Returns the value of attribute price.



239
240
241
# File 'sig/types.rbs', line 239

def price
  @price
end

#storage_per_month_in_gb::Integer

Returns the value of attribute storage_per_month_in_gb.



240
241
242
# File 'sig/types.rbs', line 240

def storage_per_month_in_gb
  @storage_per_month_in_gb
end

#transfer_per_month_in_gb::Integer

Returns the value of attribute transfer_per_month_in_gb.



241
242
243
# File 'sig/types.rbs', line 241

def transfer_per_month_in_gb
  @transfer_per_month_in_gb
end