Class: Aws::Types::SystemTemplateSummary

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)


496
497
498
# File 'sig/types.rbs', line 496

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


498
499
500
# File 'sig/types.rbs', line 498

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


495
496
497
# File 'sig/types.rbs', line 495

def id
  @id
end

#revision_number::Integer

Returns the value of attribute revision_number.

Returns:

  • (::Integer)


497
498
499
# File 'sig/types.rbs', line 497

def revision_number
  @revision_number
end