Class: Aws::Types::ServerlessTrack

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#track_name::String

Returns the value of attribute track_name.

Returns:

  • (::String)


913
914
915
# File 'sig/types.rbs', line 913

def track_name
  @track_name
end

#update_targets::Array[Types::UpdateTarget]

Returns the value of attribute update_targets.

Returns:



914
915
916
# File 'sig/types.rbs', line 914

def update_targets
  @update_targets
end

#workgroup_version::String

Returns the value of attribute workgroup_version.

Returns:

  • (::String)


915
916
917
# File 'sig/types.rbs', line 915

def workgroup_version
  @workgroup_version
end