Class: Aws::Types::RouterInput
- Inherits:
-
Object
- Object
- Aws::Types::RouterInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#configuration ⇒ Types::RouterInputConfiguration
Returns the value of attribute configuration.
-
#content_quality_analysis_configuration ⇒ Types::RouterContentQualityAnalysisConfiguration
Returns the value of attribute content_quality_analysis_configuration.
-
#content_quality_analysis_type ⇒ "CONTENT_LEVEL"
Returns the value of attribute content_quality_analysis_type.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#input_type ⇒ "STANDARD", ...
Returns the value of attribute input_type.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#maintenance_configuration ⇒ Types::MaintenanceConfiguration
Returns the value of attribute maintenance_configuration.
-
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
-
#maintenance_schedule_type ⇒ "WINDOW"
Returns the value of attribute maintenance_schedule_type.
-
#maintenance_type ⇒ "PREFERRED_DAY_TIME", "DEFAULT"
Returns the value of attribute maintenance_type.
-
#maximum_bitrate ⇒ ::Integer
Returns the value of attribute maximum_bitrate.
-
#maximum_routed_outputs ⇒ ::Integer
Returns the value of attribute maximum_routed_outputs.
-
#messages ⇒ ::Array[Types::RouterInputMessage]
Returns the value of attribute messages.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#routed_outputs ⇒ ::Integer
Returns the value of attribute routed_outputs.
-
#routing_scope ⇒ "REGIONAL", "GLOBAL"
Returns the value of attribute routing_scope.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#stream_details ⇒ Types::RouterInputStreamDetails
Returns the value of attribute stream_details.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#tier ⇒ "INPUT_100", ...
Returns the value of attribute tier.
-
#transit_encryption ⇒ Types::RouterInputTransitEncryption
Returns the value of attribute transit_encryption.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def arn @arn end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def availability_zone @availability_zone end |
#configuration ⇒ Types::RouterInputConfiguration
Returns the value of attribute configuration.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def configuration @configuration end |
#content_quality_analysis_configuration ⇒ Types::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.
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.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def id @id end |
#input_type ⇒ "STANDARD", ...
Returns the value of attribute input_type.
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.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def ip_address @ip_address end |
#maintenance_configuration ⇒ Types::MaintenanceConfiguration
Returns the value of attribute maintenance_configuration.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def maintenance_configuration @maintenance_configuration end |
#maintenance_schedule ⇒ Types::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.
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.
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.
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.
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.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def @messages end |
#name ⇒ ::String
Returns the value of attribute name.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def name @name end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
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.
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.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def routing_scope @routing_scope end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def state @state end |
#stream_details ⇒ Types::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.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def @tags end |
#tier ⇒ "INPUT_100", ...
Returns the value of attribute tier.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def tier @tier end |
#transit_encryption ⇒ Types::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.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def updated_at @updated_at end |