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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString



12419
12420
12421
12422
12423
# File 'lib/aws-sdk-redshift/types.rb', line 12419

class SupportedPlatform < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end