Class: Aws::Types::FlowSummary
- Inherits:
-
Object
- Object
- Aws::Types::FlowSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "Failed", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def name @name end |
#status ⇒ "Failed", ...
Returns the value of attribute status.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def version @version end |