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)


8479
8480
8481
# File 'sig/types.rbs', line 8479

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


8484
8485
8486
# File 'sig/types.rbs', line 8484

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8481
8482
8483
# File 'sig/types.rbs', line 8481

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


8478
8479
8480
# File 'sig/types.rbs', line 8478

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


8483
8484
8485
# File 'sig/types.rbs', line 8483

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8480
8481
8482
# File 'sig/types.rbs', line 8480

def name
  @name
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


8482
8483
8484
# File 'sig/types.rbs', line 8482

def status
  @status
end