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)


8404
8405
8406
# File 'sig/types.rbs', line 8404

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


8409
8410
8411
# File 'sig/types.rbs', line 8409

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8406
8407
8408
# File 'sig/types.rbs', line 8406

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


8403
8404
8405
# File 'sig/types.rbs', line 8403

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


8408
8409
8410
# File 'sig/types.rbs', line 8408

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8405
8406
8407
# File 'sig/types.rbs', line 8405

def name
  @name
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


8407
8408
8409
# File 'sig/types.rbs', line 8407

def status
  @status
end