Class: Aws::RedshiftServerless::Types::GetTrackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::GetTrackRequest
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#track_name ⇒ String
The name of the track of which its version is fetched.
Instance Attribute Details
#track_name ⇒ String
The name of the track of which its version is fetched.
1504 1505 1506 1507 1508 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1504 class GetTrackRequest < Struct.new( :track_name) SENSITIVE = [] include Aws::Structure end |