Class: Aws::Types::FlowSummary

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)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def name
  @name
end

#status"Failed", ...

Returns the value of attribute status.

Returns:

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


1098
1099
1100
# File 'sig/types.rbs', line 1098

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def updated_at
  @updated_at
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def version
  @version
end