Class: Aws::Types::FlowTemplateSummary

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)


202
203
204
# File 'sig/types.rbs', line 202

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


204
205
206
# File 'sig/types.rbs', line 204

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def id
  @id
end

#revision_number::Integer

Returns the value of attribute revision_number.

Returns:

  • (::Integer)


203
204
205
# File 'sig/types.rbs', line 203

def revision_number
  @revision_number
end