Class: Aws::Types::DescribeMultiplexResponse

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)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def arn
  @arn
end

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


1058
1059
1060
# File 'sig/types.rbs', line 1058

def availability_zones
  @availability_zones
end

#destinations::Array[Types::MultiplexOutputDestination]

Returns the value of attribute destinations.

Returns:



1059
1060
1061
# File 'sig/types.rbs', line 1059

def destinations
  @destinations
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1060
1061
1062
# File 'sig/types.rbs', line 1060

def id
  @id
end

#multiplex_settingsTypes::MultiplexSettings

Returns the value of attribute multiplex_settings.



1061
1062
1063
# File 'sig/types.rbs', line 1061

def multiplex_settings
  @multiplex_settings
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def name
  @name
end

#pipelines_running_count::Integer

Returns the value of attribute pipelines_running_count.

Returns:

  • (::Integer)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def pipelines_running_count
  @pipelines_running_count
end

#program_count::Integer

Returns the value of attribute program_count.

Returns:

  • (::Integer)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def program_count
  @program_count
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED")


1065
1066
1067
# File 'sig/types.rbs', line 1065

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


1066
1067
1068
# File 'sig/types.rbs', line 1066

def tags
  @tags
end