Class: Aws::Types::CreateFlowAliasResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



498
499
500
# File 'sig/types.rbs', line 498

def arn
  @arn
end

#concurrency_configurationTypes::FlowAliasConcurrencyConfiguration

Returns the value of attribute concurrency_configuration.

Returns:



495
496
497
# File 'sig/types.rbs', line 495

def concurrency_configuration
  @concurrency_configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



499
500
501
# File 'sig/types.rbs', line 499

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:



493
494
495
# File 'sig/types.rbs', line 493

def description
  @description
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:



496
497
498
# File 'sig/types.rbs', line 496

def flow_id
  @flow_id
end

#id::String

Returns the value of attribute id.

Returns:



497
498
499
# File 'sig/types.rbs', line 497

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



492
493
494
# File 'sig/types.rbs', line 492

def name
  @name
end

#routing_configuration::Array[Types::FlowAliasRoutingConfigurationListItem]

Returns the value of attribute routing_configuration.

Returns:



494
495
496
# File 'sig/types.rbs', line 494

def routing_configuration
  @routing_configuration
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:



500
501
502
# File 'sig/types.rbs', line 500

def updated_at
  @updated_at
end