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

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

Overview

Describes the operations that are allowed on a maintenance track.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operation_nameString

A list of the supported operations.

Returns:

  • (String)


11652
11653
11654
11655
11656
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11652

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