Class: Aws::Types::Multiplex

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)


2388
2389
2390
# File 'sig/types.rbs', line 2388

def arn
  @arn
end

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


2389
2390
2391
# File 'sig/types.rbs', line 2389

def availability_zones
  @availability_zones
end

#destinations::Array[Types::MultiplexOutputDestination]

Returns the value of attribute destinations.

Returns:



2390
2391
2392
# File 'sig/types.rbs', line 2390

def destinations
  @destinations
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2391
2392
2393
# File 'sig/types.rbs', line 2391

def id
  @id
end

#multiplex_settingsTypes::MultiplexSettings

Returns the value of attribute multiplex_settings.



2392
2393
2394
# File 'sig/types.rbs', line 2392

def multiplex_settings
  @multiplex_settings
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2393
2394
2395
# File 'sig/types.rbs', line 2393

def name
  @name
end

#pipelines_running_count::Integer

Returns the value of attribute pipelines_running_count.

Returns:

  • (::Integer)


2394
2395
2396
# File 'sig/types.rbs', line 2394

def pipelines_running_count
  @pipelines_running_count
end

#program_count::Integer

Returns the value of attribute program_count.

Returns:

  • (::Integer)


2395
2396
2397
# File 'sig/types.rbs', line 2395

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


2396
2397
2398
# File 'sig/types.rbs', line 2396

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


2397
2398
2399
# File 'sig/types.rbs', line 2397

def tags
  @tags
end