Class: Aws::Types::RouterOutput

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)


1927
1928
1929
# File 'sig/types.rbs', line 1927

def arn
  @arn
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


1934
1935
1936
# File 'sig/types.rbs', line 1934

def availability_zone
  @availability_zone
end

#configurationTypes::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.

Returns:

  • (::Time)


1938
1939
1940
# File 'sig/types.rbs', line 1938

def created_at
  @created_at
end

#fabric_configurationTypes::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.

Returns:

  • (::String)


1928
1929
1930
# File 'sig/types.rbs', line 1928

def id
  @id
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def ip_address
  @ip_address
end

#maintenance_configurationTypes::MaintenanceConfiguration

Returns the value of attribute maintenance_configuration.



1946
1947
1948
# File 'sig/types.rbs', line 1946

def maintenance_configuration
  @maintenance_configuration
end

#maintenance_scheduleTypes::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.

Returns:

  • ("WINDOW")


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.

Returns:

  • ("PREFERRED_DAY_TIME", "DEFAULT")


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.

Returns:

  • (::Integer)


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.

Returns:



1940
1941
1942
# File 'sig/types.rbs', line 1940

def messages
  @messages
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1926
1927
1928
# File 'sig/types.rbs', line 1926

def name
  @name
end

#output_type"STANDARD", ...

Returns the value of attribute output_type.

Returns:

  • ("STANDARD", "MEDIACONNECT_FLOW", "MEDIALIVE_INPUT")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ROUTED", "ROUTING", "UNROUTED")


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.

Returns:

  • ("REGIONAL", "GLOBAL")


1936
1937
1938
# File 'sig/types.rbs', line 1936

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")


1929
1930
1931
# File 'sig/types.rbs', line 1929

def state
  @state
end

#stream_detailsTypes::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.

Returns:

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


1941
1942
1943
# File 'sig/types.rbs', line 1941

def tags
  @tags
end

#tier"OUTPUT_100", ...

Returns the value of attribute tier.

Returns:

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


1937
1938
1939
# File 'sig/types.rbs', line 1937

def tier
  @tier
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1939
1940
1941
# File 'sig/types.rbs', line 1939

def updated_at
  @updated_at
end