Class: Aws::Types::ManagedJobTemplateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3901
3902
3903
# File 'sig/types.rbs', line 3901

def description
  @description
end

#environments::Array[::String]

Returns the value of attribute environments.

Returns:

  • (::Array[::String])


3902
3903
3904
# File 'sig/types.rbs', line 3902

def environments
  @environments
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


3899
3900
3901
# File 'sig/types.rbs', line 3899

def template_arn
  @template_arn
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


3900
3901
3902
# File 'sig/types.rbs', line 3900

def template_name
  @template_name
end

#template_version::String

Returns the value of attribute template_version.

Returns:

  • (::String)


3903
3904
3905
# File 'sig/types.rbs', line 3903

def template_version
  @template_version
end