Class: Aws::Types::GetFlowResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFlowResponse
- 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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#validations ⇒ ::Array[Types::FlowValidation]
Returns the value of attribute validations.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def created_at @created_at end |
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def customer_encryption_key_arn @customer_encryption_key_arn end |
#definition ⇒ Types::FlowDefinition
Returns the value of attribute definition.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def definition @definition end |
#description ⇒ ::String
Returns the value of attribute description.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def description @description end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def execution_role_arn @execution_role_arn end |
#id ⇒ ::String
Returns the value of attribute id.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def name @name end |
#status ⇒ "Failed", ...
Returns the value of attribute status.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def updated_at @updated_at end |
#validations ⇒ ::Array[Types::FlowValidation]
Returns the value of attribute validations.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def validations @validations end |
#version ⇒ ::String
Returns the value of attribute version.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def version @version end |