Class: Aws::Types::RelationalDatabaseBundle

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)


2708
2709
2710
# File 'sig/types.rbs', line 2708

def bundle_id
  @bundle_id
end

#cpu_count::Integer

Returns the value of attribute cpu_count.

Returns:

  • (::Integer)


2714
2715
2716
# File 'sig/types.rbs', line 2714

def cpu_count
  @cpu_count
end

#disk_size_in_gb::Integer

Returns the value of attribute disk_size_in_gb.

Returns:

  • (::Integer)


2712
2713
2714
# File 'sig/types.rbs', line 2712

def disk_size_in_gb
  @disk_size_in_gb
end

#is_activeBoolean

Returns the value of attribute is_active.

Returns:

  • (Boolean)


2716
2717
2718
# File 'sig/types.rbs', line 2716

def is_active
  @is_active
end

#is_encryptedBoolean

Returns the value of attribute is_encrypted.

Returns:

  • (Boolean)


2715
2716
2717
# File 'sig/types.rbs', line 2715

def is_encrypted
  @is_encrypted
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2709
2710
2711
# File 'sig/types.rbs', line 2709

def name
  @name
end

#price::Float

Returns the value of attribute price.

Returns:

  • (::Float)


2710
2711
2712
# File 'sig/types.rbs', line 2710

def price
  @price
end

#ram_size_in_gb::Float

Returns the value of attribute ram_size_in_gb.

Returns:

  • (::Float)


2711
2712
2713
# File 'sig/types.rbs', line 2711

def ram_size_in_gb
  @ram_size_in_gb
end

#transfer_per_month_in_gb::Integer

Returns the value of attribute transfer_per_month_in_gb.

Returns:

  • (::Integer)


2713
2714
2715
# File 'sig/types.rbs', line 2713

def transfer_per_month_in_gb
  @transfer_per_month_in_gb
end