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)


903
904
905
# File 'sig/types.rbs', line 903

def track_name
  @track_name
end

#update_targets::Array[Types::UpdateTarget]

Returns the value of attribute update_targets.

Returns:



904
905
906
# File 'sig/types.rbs', line 904

def update_targets
  @update_targets
end

#workgroup_version::String

Returns the value of attribute workgroup_version.

Returns:

  • (::String)


905
906
907
# File 'sig/types.rbs', line 905

def workgroup_version
  @workgroup_version
end