Class: Aws::Types::CreateRouterInputRequest

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)


407
408
409
# File 'sig/types.rbs', line 407

def availability_zone
  @availability_zone
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def client_token
  @client_token
end

#configurationTypes::RouterInputConfiguration

Returns the value of attribute configuration.



402
403
404
# File 'sig/types.rbs', line 402

def configuration
  @configuration
end

#content_quality_analysis_configurationTypes::RouterContentQualityAnalysisConfiguration

Returns the value of attribute content_quality_analysis_configuration.



412
413
414
# File 'sig/types.rbs', line 412

def content_quality_analysis_configuration
  @content_quality_analysis_configuration
end

#maintenance_configurationTypes::MaintenanceConfiguration

Returns the value of attribute maintenance_configuration.



409
410
411
# File 'sig/types.rbs', line 409

def maintenance_configuration
  @maintenance_configuration
end

#maximum_bitrate::Integer

Returns the value of attribute maximum_bitrate.

Returns:

  • (::Integer)


403
404
405
# File 'sig/types.rbs', line 403

def maximum_bitrate
  @maximum_bitrate
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def name
  @name
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def region_name
  @region_name
end

#routing_scope"REGIONAL", "GLOBAL"

Returns the value of attribute routing_scope.

Returns:

  • ("REGIONAL", "GLOBAL")


404
405
406
# File 'sig/types.rbs', line 404

def routing_scope
  @routing_scope
end

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

Returns the value of attribute tags.

Returns:

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


410
411
412
# File 'sig/types.rbs', line 410

def tags
  @tags
end

#tier"INPUT_100", ...

Returns the value of attribute tier.

Returns:

  • ("INPUT_100", "INPUT_50", "INPUT_20")


405
406
407
# File 'sig/types.rbs', line 405

def tier
  @tier
end

#transit_encryptionTypes::RouterInputTransitEncryption

Returns the value of attribute transit_encryption.



408
409
410
# File 'sig/types.rbs', line 408

def transit_encryption
  @transit_encryption
end