Class: Aws::Types::FlowVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::FlowVersionSummary
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "Failed", ...
Returns the value of attribute status.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def id @id end |
#status ⇒ "Failed", ...
Returns the value of attribute status.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def version @version end |