Class: Aws::Types::StartMultiplexResponse

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)


3023
3024
3025
# File 'sig/types.rbs', line 3023

def arn
  @arn
end

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


3024
3025
3026
# File 'sig/types.rbs', line 3024

def availability_zones
  @availability_zones
end

#destinations::Array[Types::MultiplexOutputDestination]

Returns the value of attribute destinations.

Returns:



3025
3026
3027
# File 'sig/types.rbs', line 3025

def destinations
  @destinations
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3026
3027
3028
# File 'sig/types.rbs', line 3026

def id
  @id
end

#multiplex_settingsTypes::MultiplexSettings

Returns the value of attribute multiplex_settings.



3027
3028
3029
# File 'sig/types.rbs', line 3027

def multiplex_settings
  @multiplex_settings
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3028
3029
3030
# File 'sig/types.rbs', line 3028

def name
  @name
end

#pipelines_running_count::Integer

Returns the value of attribute pipelines_running_count.

Returns:

  • (::Integer)


3029
3030
3031
# File 'sig/types.rbs', line 3029

def pipelines_running_count
  @pipelines_running_count
end

#program_count::Integer

Returns the value of attribute program_count.

Returns:

  • (::Integer)


3030
3031
3032
# File 'sig/types.rbs', line 3030

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


3031
3032
3033
# File 'sig/types.rbs', line 3031

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


3032
3033
3034
# File 'sig/types.rbs', line 3032

def tags
  @tags
end