Class: Aws::Types::RedshiftInstanceDetails

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)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def current_generation
  @current_generation
end

#family::String

Returns the value of attribute family.

Returns:

  • (::String)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def family
  @family
end

#node_type::String

Returns the value of attribute node_type.

Returns:

  • (::String)


1121
1122
1123
# File 'sig/types.rbs', line 1121

def node_type
  @node_type
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1122
1123
1124
# File 'sig/types.rbs', line 1122

def region
  @region
end

#size_flex_eligibleBoolean

Returns the value of attribute size_flex_eligible.

Returns:

  • (Boolean)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def size_flex_eligible
  @size_flex_eligible
end