Class: Aws::Types::UpdateFlowAliasRequest

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)


2985
2986
2987
# File 'sig/types.rbs', line 2985

def alias_identifier
  @alias_identifier
end

#concurrency_configurationTypes::FlowAliasConcurrencyConfiguration

Returns the value of attribute concurrency_configuration.



2983
2984
2985
# File 'sig/types.rbs', line 2983

def concurrency_configuration
  @concurrency_configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2981
2982
2983
# File 'sig/types.rbs', line 2981

def description
  @description
end

#flow_identifier::String

Returns the value of attribute flow_identifier.

Returns:

  • (::String)


2984
2985
2986
# File 'sig/types.rbs', line 2984

def flow_identifier
  @flow_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2980
2981
2982
# File 'sig/types.rbs', line 2980

def name
  @name
end

#routing_configuration::Array[Types::FlowAliasRoutingConfigurationListItem]

Returns the value of attribute routing_configuration.



2982
2983
2984
# File 'sig/types.rbs', line 2982

def routing_configuration
  @routing_configuration
end