Class: Aws::Types::DeleteFlowAliasRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_identifier::String

Returns the value of attribute alias_identifier.

Returns:

  • (::String)


774
775
776
# File 'sig/types.rbs', line 774

def alias_identifier
  @alias_identifier
end

#flow_identifier::String

Returns the value of attribute flow_identifier.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

def flow_identifier
  @flow_identifier
end