Class: Aws::Types::GetTaskTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


4321
4322
4323
# File 'sig/types.rbs', line 4321

def instance_id
  @instance_id
end

#snapshot_version::String

Returns the value of attribute snapshot_version.

Returns:

  • (::String)


4323
4324
4325
# File 'sig/types.rbs', line 4323

def snapshot_version
  @snapshot_version
end

#task_template_id::String

Returns the value of attribute task_template_id.

Returns:

  • (::String)


4322
4323
4324
# File 'sig/types.rbs', line 4322

def task_template_id
  @task_template_id
end