Class: Aws::Types::ExperimentTemplateSummary

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)


427
428
429
# File 'sig/types.rbs', line 427

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


429
430
431
# File 'sig/types.rbs', line 429

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def id
  @id
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


430
431
432
# File 'sig/types.rbs', line 430

def last_update_time
  @last_update_time
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


431
432
433
# File 'sig/types.rbs', line 431

def tags
  @tags
end