Class: Aws::Types::TaskTemplateMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


8375
8376
8377
# File 'sig/types.rbs', line 8375

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


8380
8381
8382
# File 'sig/types.rbs', line 8380

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8377
8378
8379
# File 'sig/types.rbs', line 8377

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


8374
8375
8376
# File 'sig/types.rbs', line 8374

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


8379
8380
8381
# File 'sig/types.rbs', line 8379

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8376
8377
8378
# File 'sig/types.rbs', line 8376

def name
  @name
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


8378
8379
8380
# File 'sig/types.rbs', line 8378

def status
  @status
end