Class: Aws::Types::UpdateFlowAliasResponse

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)


2996
2997
2998
# File 'sig/types.rbs', line 2996

def arn
  @arn
end

#concurrency_configurationTypes::FlowAliasConcurrencyConfiguration

Returns the value of attribute concurrency_configuration.



2993
2994
2995
# File 'sig/types.rbs', line 2993

def concurrency_configuration
  @concurrency_configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2997
2998
2999
# File 'sig/types.rbs', line 2997

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2991
2992
2993
# File 'sig/types.rbs', line 2991

def description
  @description
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


2994
2995
2996
# File 'sig/types.rbs', line 2994

def flow_id
  @flow_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2995
2996
2997
# File 'sig/types.rbs', line 2995

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2990
2991
2992
# File 'sig/types.rbs', line 2990

def name
  @name
end

#routing_configuration::Array[Types::FlowAliasRoutingConfigurationListItem]

Returns the value of attribute routing_configuration.



2992
2993
2994
# File 'sig/types.rbs', line 2992

def routing_configuration
  @routing_configuration
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2998
2999
3000
# File 'sig/types.rbs', line 2998

def updated_at
  @updated_at
end