Class: Aws::Redshift::Types::SupportedOperation

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

Overview

Describes the operations that are allowed on a maintenance track.

Instance Attribute Summary collapse

Instance Attribute Details

#operation_nameString

A list of the supported operations.

Returns:

  • (String)


7864
7865
7866
7867
# File 'lib/aws-sdk-redshift/types.rb', line 7864

class SupportedOperation < Struct.new(
  :operation_name)
  include Aws::Structure
end