Class: Aws::Types::CreateFlowVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateFlowVersionResponse
- 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.
543 544 545 |
# File 'sig/types.rbs', line 543 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
545 546 547 |
# File 'sig/types.rbs', line 545 def created_at @created_at end |
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
541 542 543 |
# File 'sig/types.rbs', line 541 def customer_encryption_key_arn @customer_encryption_key_arn end |
#definition ⇒ Types::FlowDefinition
Returns the value of attribute definition.
547 548 549 |
# File 'sig/types.rbs', line 547 def definition @definition end |
#description ⇒ ::String
Returns the value of attribute description.
539 540 541 |
# File 'sig/types.rbs', line 539 def description @description end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
540 541 542 |
# File 'sig/types.rbs', line 540 def execution_role_arn @execution_role_arn end |
#id ⇒ ::String
Returns the value of attribute id.
542 543 544 |
# File 'sig/types.rbs', line 542 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
538 539 540 |
# File 'sig/types.rbs', line 538 def name @name end |
#status ⇒ "Failed", ...
Returns the value of attribute status.
544 545 546 |
# File 'sig/types.rbs', line 544 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
546 547 548 |
# File 'sig/types.rbs', line 546 def version @version end |