Class: Aws::Types::DistributionBundle

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_id::String

Returns the value of attribute bundle_id.

Returns:

  • (::String)


1215
1216
1217
# File 'sig/types.rbs', line 1215

def bundle_id
  @bundle_id
end

#is_activeBoolean

Returns the value of attribute is_active.

Returns:

  • (Boolean)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def is_active
  @is_active
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1216
1217
1218
# File 'sig/types.rbs', line 1216

def name
  @name
end

#price::Float

Returns the value of attribute price.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def transfer_per_month_in_gb
  @transfer_per_month_in_gb
end