Class: Aws::Types::GetFlowAliasResponse

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)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def arn
  @arn
end

#concurrency_configurationTypes::FlowAliasConcurrencyConfiguration

Returns the value of attribute concurrency_configuration.



1337
1338
1339
# File 'sig/types.rbs', line 1337

def concurrency_configuration
  @concurrency_configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1335
1336
1337
# File 'sig/types.rbs', line 1335

def description
  @description
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def flow_id
  @flow_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1334
1335
1336
# File 'sig/types.rbs', line 1334

def name
  @name
end

#routing_configuration::Array[Types::FlowAliasRoutingConfigurationListItem]

Returns the value of attribute routing_configuration.



1336
1337
1338
# File 'sig/types.rbs', line 1336

def routing_configuration
  @routing_configuration
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1342
1343
1344
# File 'sig/types.rbs', line 1342

def updated_at
  @updated_at
end