Class: Aws::Redshift::Types::SupportedPlatform
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::SupportedPlatform
- 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
#name ⇒ String
11974 11975 11976 11977 11978 |
# File 'lib/aws-sdk-redshift/types.rb', line 11974 class SupportedPlatform < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |