Class: Aws::Types::FlowVersionSummary

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)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1221
1222
1223
# File 'sig/types.rbs', line 1221

def id
  @id
end

#status"Failed", ...

Returns the value of attribute status.

Returns:

  • ("Failed", "Prepared", "Preparing", "NotPrepared")


1223
1224
1225
# File 'sig/types.rbs', line 1223

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def version
  @version
end