Class: Aws::Types::DeleteMultiplexResponse

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)


849
850
851
# File 'sig/types.rbs', line 849

def arn
  @arn
end

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


850
851
852
# File 'sig/types.rbs', line 850

def availability_zones
  @availability_zones
end

#destinations::Array[Types::MultiplexOutputDestination]

Returns the value of attribute destinations.

Returns:



851
852
853
# File 'sig/types.rbs', line 851

def destinations
  @destinations
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def id
  @id
end

#multiplex_settingsTypes::MultiplexSettings

Returns the value of attribute multiplex_settings.



853
854
855
# File 'sig/types.rbs', line 853

def multiplex_settings
  @multiplex_settings
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


854
855
856
# File 'sig/types.rbs', line 854

def name
  @name
end

#pipelines_running_count::Integer

Returns the value of attribute pipelines_running_count.

Returns:

  • (::Integer)


855
856
857
# File 'sig/types.rbs', line 855

def pipelines_running_count
  @pipelines_running_count
end

#program_count::Integer

Returns the value of attribute program_count.

Returns:

  • (::Integer)


856
857
858
# File 'sig/types.rbs', line 856

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


857
858
859
# File 'sig/types.rbs', line 857

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


858
859
860
# File 'sig/types.rbs', line 858

def tags
  @tags
end