Class: Aws::Types::GetExecutionFlowSnapshotResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetExecutionFlowSnapshotResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
-
#definition ⇒ ::String
Returns the value of attribute definition.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
-
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
-
#flow_version ⇒ ::String
Returns the value of attribute flow_version.
Instance Attribute Details
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def customer_encryption_key_arn @customer_encryption_key_arn end |
#definition ⇒ ::String
Returns the value of attribute definition.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def definition @definition end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def execution_role_arn @execution_role_arn end |
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def flow_alias_identifier @flow_alias_identifier end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def flow_identifier @flow_identifier end |
#flow_version ⇒ ::String
Returns the value of attribute flow_version.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def flow_version @flow_version end |