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)


8249
8250
8251
# File 'sig/types.rbs', line 8249

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


8254
8255
8256
# File 'sig/types.rbs', line 8254

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8251
8252
8253
# File 'sig/types.rbs', line 8251

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


8248
8249
8250
# File 'sig/types.rbs', line 8248

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


8253
8254
8255
# File 'sig/types.rbs', line 8253

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8250
8251
8252
# File 'sig/types.rbs', line 8250

def name
  @name
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


8252
8253
8254
# File 'sig/types.rbs', line 8252

def status
  @status
end