Class: Aws::Types::FlowAliasSummary

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:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def arn
  @arn
end

#concurrency_configurationTypes::FlowAliasConcurrencyConfiguration

Returns the value of attribute concurrency_configuration.



959
960
961
# File 'sig/types.rbs', line 959

def concurrency_configuration
  @concurrency_configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


963
964
965
# File 'sig/types.rbs', line 963

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


957
958
959
# File 'sig/types.rbs', line 957

def description
  @description
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def flow_id
  @flow_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


961
962
963
# File 'sig/types.rbs', line 961

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


956
957
958
# File 'sig/types.rbs', line 956

def name
  @name
end

#routing_configuration::Array[Types::FlowAliasRoutingConfigurationListItem]

Returns the value of attribute routing_configuration.



958
959
960
# File 'sig/types.rbs', line 958

def routing_configuration
  @routing_configuration
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


964
965
966
# File 'sig/types.rbs', line 964

def updated_at
  @updated_at
end