Class: Aws::Types::UpdateFlowResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlowResponse
- 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.
3018 3019 3020 |
# File 'sig/types.rbs', line 3018 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3020 3021 3022 |
# File 'sig/types.rbs', line 3020 def created_at @created_at end |
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
3016 3017 3018 |
# File 'sig/types.rbs', line 3016 def customer_encryption_key_arn @customer_encryption_key_arn end |
#definition ⇒ Types::FlowDefinition
Returns the value of attribute definition.
3023 3024 3025 |
# File 'sig/types.rbs', line 3023 def definition @definition end |
#description ⇒ ::String
Returns the value of attribute description.
3014 3015 3016 |
# File 'sig/types.rbs', line 3014 def description @description end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
3015 3016 3017 |
# File 'sig/types.rbs', line 3015 def execution_role_arn @execution_role_arn end |
#id ⇒ ::String
Returns the value of attribute id.
3017 3018 3019 |
# File 'sig/types.rbs', line 3017 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3013 3014 3015 |
# File 'sig/types.rbs', line 3013 def name @name end |
#status ⇒ "Failed", ...
Returns the value of attribute status.
3019 3020 3021 |
# File 'sig/types.rbs', line 3019 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3021 3022 3023 |
# File 'sig/types.rbs', line 3021 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
3022 3023 3024 |
# File 'sig/types.rbs', line 3022 def version @version end |