Class: Aws::Types::CreateRouterOutputRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def availability_zone
  @availability_zone
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def client_token
  @client_token
end

#configurationTypes::RouterOutputConfiguration

Returns the value of attribute configuration.



437
438
439
# File 'sig/types.rbs', line 437

def configuration
  @configuration
end

#fabric_configurationTypes::FabricConfiguration

Returns the value of attribute fabric_configuration.



445
446
447
# File 'sig/types.rbs', line 445

def fabric_configuration
  @fabric_configuration
end

#maintenance_configurationTypes::MaintenanceConfiguration

Returns the value of attribute maintenance_configuration.



443
444
445
# File 'sig/types.rbs', line 443

def maintenance_configuration
  @maintenance_configuration
end

#maximum_bitrate::Integer

Returns the value of attribute maximum_bitrate.

Returns:

  • (::Integer)


438
439
440
# File 'sig/types.rbs', line 438

def maximum_bitrate
  @maximum_bitrate
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def name
  @name
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


441
442
443
# File 'sig/types.rbs', line 441

def region_name
  @region_name
end

#routing_scope"REGIONAL", "GLOBAL"

Returns the value of attribute routing_scope.

Returns:

  • ("REGIONAL", "GLOBAL")


439
440
441
# File 'sig/types.rbs', line 439

def routing_scope
  @routing_scope
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


444
445
446
# File 'sig/types.rbs', line 444

def tags
  @tags
end

#tier"OUTPUT_100", ...

Returns the value of attribute tier.

Returns:

  • ("OUTPUT_100", "OUTPUT_50", "OUTPUT_20")


440
441
442
# File 'sig/types.rbs', line 440

def tier
  @tier
end