Class: Aws::Redshift::Types::SupportedPlatform

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

A list of supported platforms for orderable clusters.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns:

  • (String)


7876
7877
7878
7879
# File 'lib/aws-sdk-redshift/types.rb', line 7876

class SupportedPlatform < Struct.new(
  :name)
  include Aws::Structure
end