Class: Aws::Types::CreateFlowResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateFlowResponse
- 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.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
521 522 523 |
# File 'sig/types.rbs', line 521 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
523 524 525 |
# File 'sig/types.rbs', line 523 def created_at @created_at end |
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
519 520 521 |
# File 'sig/types.rbs', line 519 def customer_encryption_key_arn @customer_encryption_key_arn end |
#definition ⇒ Types::FlowDefinition
Returns the value of attribute definition.
526 527 528 |
# File 'sig/types.rbs', line 526 def definition @definition end |
#description ⇒ ::String
Returns the value of attribute description.
517 518 519 |
# File 'sig/types.rbs', line 517 def description @description end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
518 519 520 |
# File 'sig/types.rbs', line 518 def execution_role_arn @execution_role_arn end |
#id ⇒ ::String
Returns the value of attribute id.
520 521 522 |
# File 'sig/types.rbs', line 520 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
516 517 518 |
# File 'sig/types.rbs', line 516 def name @name end |
#status ⇒ "Failed", ...
Returns the value of attribute status.
522 523 524 |
# File 'sig/types.rbs', line 522 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
524 525 526 |
# File 'sig/types.rbs', line 524 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
525 526 527 |
# File 'sig/types.rbs', line 525 def version @version end |