Class: Aws::Types::RouterOutput
- Inherits:
-
Object
- Object
- Aws::Types::RouterOutput
- 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::RouterOutputConfiguration
Returns the value of attribute configuration.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#fabric_configuration ⇒ Types::FabricConfiguration
Returns the value of attribute fabric_configuration.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
-
#messages ⇒ ::Array[Types::RouterOutputMessage]
Returns the value of attribute messages.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_type ⇒ "STANDARD", ...
Returns the value of attribute output_type.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#routed_input_arn ⇒ ::String
Returns the value of attribute routed_input_arn.
-
#routed_state ⇒ "ROUTED", ...
Returns the value of attribute routed_state.
-
#routing_scope ⇒ "REGIONAL", "GLOBAL"
Returns the value of attribute routing_scope.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#stream_details ⇒ Types::RouterOutputStreamDetails
Returns the value of attribute stream_details.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#tier ⇒ "OUTPUT_100", ...
Returns the value of attribute tier.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def arn @arn end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def availability_zone @availability_zone end |
#configuration ⇒ Types::RouterOutputConfiguration
Returns the value of attribute configuration.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def configuration @configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def created_at @created_at end |
#fabric_configuration ⇒ Types::FabricConfiguration
Returns the value of attribute fabric_configuration.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def fabric_configuration @fabric_configuration end |
#id ⇒ ::String
Returns the value of attribute id.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def id @id end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def ip_address @ip_address end |
#maintenance_configuration ⇒ Types::MaintenanceConfiguration
Returns the value of attribute maintenance_configuration.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def maintenance_configuration @maintenance_configuration end |
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def maintenance_schedule @maintenance_schedule end |
#maintenance_schedule_type ⇒ "WINDOW"
Returns the value of attribute maintenance_schedule_type.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def maintenance_schedule_type @maintenance_schedule_type end |
#maintenance_type ⇒ "PREFERRED_DAY_TIME", "DEFAULT"
Returns the value of attribute maintenance_type.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def maintenance_type @maintenance_type end |
#maximum_bitrate ⇒ ::Integer
Returns the value of attribute maximum_bitrate.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def maximum_bitrate @maximum_bitrate end |
#messages ⇒ ::Array[Types::RouterOutputMessage]
Returns the value of attribute messages.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def @messages end |
#name ⇒ ::String
Returns the value of attribute name.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def name @name end |
#output_type ⇒ "STANDARD", ...
Returns the value of attribute output_type.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def output_type @output_type end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def region_name @region_name end |
#routed_input_arn ⇒ ::String
Returns the value of attribute routed_input_arn.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def routed_input_arn @routed_input_arn end |
#routed_state ⇒ "ROUTED", ...
Returns the value of attribute routed_state.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def routed_state @routed_state end |
#routing_scope ⇒ "REGIONAL", "GLOBAL"
Returns the value of attribute routing_scope.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def routing_scope @routing_scope end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def state @state end |
#stream_details ⇒ Types::RouterOutputStreamDetails
Returns the value of attribute stream_details.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def stream_details @stream_details end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def @tags end |
#tier ⇒ "OUTPUT_100", ...
Returns the value of attribute tier.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def tier @tier end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def updated_at @updated_at end |