Class: Aws::Types::RouterInput

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)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def arn
  @arn
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def availability_zone
  @availability_zone
end

#configurationTypes::RouterInputConfiguration

Returns the value of attribute configuration.



1703
1704
1705
# File 'sig/types.rbs', line 1703

def configuration
  @configuration
end

#content_quality_analysis_configurationTypes::RouterContentQualityAnalysisConfiguration

Returns the value of attribute content_quality_analysis_configuration.



1723
1724
1725
# File 'sig/types.rbs', line 1723

def content_quality_analysis_configuration
  @content_quality_analysis_configuration
end

#content_quality_analysis_type"CONTENT_LEVEL"

Returns the value of attribute content_quality_analysis_type.

Returns:

  • ("CONTENT_LEVEL")


1722
1723
1724
# File 'sig/types.rbs', line 1722

def content_quality_analysis_type
  @content_quality_analysis_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1711
1712
1713
# File 'sig/types.rbs', line 1711

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1700
1701
1702
# File 'sig/types.rbs', line 1700

def id
  @id
end

#input_type"STANDARD", ...

Returns the value of attribute input_type.

Returns:

  • ("STANDARD", "FAILOVER", "MERGE", "MEDIACONNECT_FLOW", "MEDIALIVE_CHANNEL")


1702
1703
1704
# File 'sig/types.rbs', line 1702

def input_type
  @input_type
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


1717
1718
1719
# File 'sig/types.rbs', line 1717

def ip_address
  @ip_address
end

#maintenance_configurationTypes::MaintenanceConfiguration

Returns the value of attribute maintenance_configuration.



1719
1720
1721
# File 'sig/types.rbs', line 1719

def maintenance_configuration
  @maintenance_configuration
end

#maintenance_scheduleTypes::MaintenanceSchedule

Returns the value of attribute maintenance_schedule.



1721
1722
1723
# File 'sig/types.rbs', line 1721

def maintenance_schedule
  @maintenance_schedule
end

#maintenance_schedule_type"WINDOW"

Returns the value of attribute maintenance_schedule_type.

Returns:

  • ("WINDOW")


1720
1721
1722
# File 'sig/types.rbs', line 1720

def maintenance_schedule_type
  @maintenance_schedule_type
end

#maintenance_type"PREFERRED_DAY_TIME", "DEFAULT"

Returns the value of attribute maintenance_type.

Returns:

  • ("PREFERRED_DAY_TIME", "DEFAULT")


1718
1719
1720
# File 'sig/types.rbs', line 1718

def maintenance_type
  @maintenance_type
end

#maximum_bitrate::Integer

Returns the value of attribute maximum_bitrate.

Returns:

  • (::Integer)


1708
1709
1710
# File 'sig/types.rbs', line 1708

def maximum_bitrate
  @maximum_bitrate
end

#maximum_routed_outputs::Integer

Returns the value of attribute maximum_routed_outputs.

Returns:

  • (::Integer)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def maximum_routed_outputs
  @maximum_routed_outputs
end

#messages::Array[Types::RouterInputMessage]

Returns the value of attribute messages.

Returns:



1713
1714
1715
# File 'sig/types.rbs', line 1713

def messages
  @messages
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def name
  @name
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


1706
1707
1708
# File 'sig/types.rbs', line 1706

def region_name
  @region_name
end

#routed_outputs::Integer

Returns the value of attribute routed_outputs.

Returns:

  • (::Integer)


1704
1705
1706
# File 'sig/types.rbs', line 1704

def routed_outputs
  @routed_outputs
end

#routing_scope"REGIONAL", "GLOBAL"

Returns the value of attribute routing_scope.

Returns:

  • ("REGIONAL", "GLOBAL")


1710
1711
1712
# File 'sig/types.rbs', line 1710

def routing_scope
  @routing_scope
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "STANDBY", "STARTING", "ACTIVE", "STOPPING", "DELETING", "UPDATING", "ERROR", "RECOVERING", "MIGRATING")


1701
1702
1703
# File 'sig/types.rbs', line 1701

def state
  @state
end

#stream_detailsTypes::RouterInputStreamDetails

Returns the value of attribute stream_details.



1716
1717
1718
# File 'sig/types.rbs', line 1716

def stream_details
  @stream_details
end

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

Returns the value of attribute tags.

Returns:

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


1715
1716
1717
# File 'sig/types.rbs', line 1715

def tags
  @tags
end

#tier"INPUT_100", ...

Returns the value of attribute tier.

Returns:

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


1709
1710
1711
# File 'sig/types.rbs', line 1709

def tier
  @tier
end

#transit_encryptionTypes::RouterInputTransitEncryption

Returns the value of attribute transit_encryption.



1714
1715
1716
# File 'sig/types.rbs', line 1714

def transit_encryption
  @transit_encryption
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1712
1713
1714
# File 'sig/types.rbs', line 1712

def updated_at
  @updated_at
end