Class: Aws::Types::GetFlowVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFlowVersionResponse
- 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.
-
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
-
#definition ⇒ Types::FlowDefinition
Returns the value of attribute definition.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def created_at @created_at end |
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def customer_encryption_key_arn @customer_encryption_key_arn end |
#definition ⇒ Types::FlowDefinition
Returns the value of attribute definition.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def definition @definition end |
#description ⇒ ::String
Returns the value of attribute description.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def description @description end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def execution_role_arn @execution_role_arn end |
#id ⇒ ::String
Returns the value of attribute id.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def name @name end |
#status ⇒ "Failed", ...
Returns the value of attribute status.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def version @version end |