Class: Aws::Types::GetFlowAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFlowAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_identifier ⇒ ::String
Returns the value of attribute alias_identifier.
-
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
Instance Attribute Details
#alias_identifier ⇒ ::String
Returns the value of attribute alias_identifier.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def alias_identifier @alias_identifier end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def flow_identifier @flow_identifier end |