Class: Aws::Types::CreateFlowAliasRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:



486
487
488
# File 'sig/types.rbs', line 486

def client_token
  @client_token
end

#concurrency_configurationTypes::FlowAliasConcurrencyConfiguration

Returns the value of attribute concurrency_configuration.

Returns:



484
485
486
# File 'sig/types.rbs', line 484

def concurrency_configuration
  @concurrency_configuration
end

#description::String

Returns the value of attribute description.

Returns:



482
483
484
# File 'sig/types.rbs', line 482

def description
  @description
end

#flow_identifier::String

Returns the value of attribute flow_identifier.

Returns:



485
486
487
# File 'sig/types.rbs', line 485

def flow_identifier
  @flow_identifier
end

#name::String

Returns the value of attribute name.

Returns:



481
482
483
# File 'sig/types.rbs', line 481

def name
  @name
end

#routing_configuration::Array[Types::FlowAliasRoutingConfigurationListItem]

Returns the value of attribute routing_configuration.

Returns:



483
484
485
# File 'sig/types.rbs', line 483

def routing_configuration
  @routing_configuration
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



487
488
489
# File 'sig/types.rbs', line 487

def tags
  @tags
end