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.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def customer_encryption_key_arn @customer_encryption_key_arn end |
#definition ⇒ ::String
Returns the value of attribute definition.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def definition @definition end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def execution_role_arn @execution_role_arn end |
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def flow_alias_identifier @flow_alias_identifier end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def flow_identifier @flow_identifier end |
#flow_version ⇒ ::String
Returns the value of attribute flow_version.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def flow_version @flow_version end |