Class: Aws::RedshiftServerless::Types::GetTrackResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trackTypes::ServerlessTrack

The version of the specified track.



1534
1535
1536
1537
1538
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1534

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