Class: Aws::CostExplorer::Types::RedshiftInstanceDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

Details about the Amazon Redshift reservations that Amazon Web Services recommends that you purchase.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_generation ⇒ Boolean

Determines whether the recommendation is for a current-generation instance.

Returns:

  • (Boolean)


6437
6438
6439
6440
6441
6442
6443
6444
6445
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6437

class RedshiftInstanceDetails < Struct.new(
  :family,
  :node_type,
  :region,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end

#family ⇒ String

The instance family of the recommended reservation.

Returns:

  • (String)


6437
6438
6439
6440
6441
6442
6443
6444
6445
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6437

class RedshiftInstanceDetails < Struct.new(
  :family,
  :node_type,
  :region,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end

#node_type ⇒ String

The type of node that Amazon Web Services recommends.

Returns:

  • (String)


6437
6438
6439
6440
6441
6442
6443
6444
6445
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6437

class RedshiftInstanceDetails < Struct.new(
  :family,
  :node_type,
  :region,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end

#region ⇒ String

The Amazon Web Services Region of the recommended reservation.

Returns:

  • (String)


6437
6438
6439
6440
6441
6442
6443
6444
6445
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6437

class RedshiftInstanceDetails < Struct.new(
  :family,
  :node_type,
  :region,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end

#size_flex_eligible ⇒ Boolean

Determines whether the recommended reservation is size flexible.

Returns:

  • (Boolean)


6437
6438
6439
6440
6441
6442
6443
6444
6445
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6437

class RedshiftInstanceDetails < Struct.new(
  :family,
  :node_type,
  :region,
  :current_generation,
  :size_flex_eligible)
  SENSITIVE = []
  include Aws::Structure
end