Class: Aws::Types::ElastiCacheInstanceDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_generationBoolean

Returns the value of attribute current_generation.

Returns:

  • (Boolean)


455
456
457
# File 'sig/types.rbs', line 455

def current_generation
  @current_generation
end

#family::String

Returns the value of attribute family.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def family
  @family
end

#node_type::String

Returns the value of attribute node_type.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def node_type
  @node_type
end

#product_description::String

Returns the value of attribute product_description.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def product_description
  @product_description
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def region
  @region
end

#size_flex_eligibleBoolean

Returns the value of attribute size_flex_eligible.

Returns:

  • (Boolean)


456
457
458
# File 'sig/types.rbs', line 456

def size_flex_eligible
  @size_flex_eligible
end