Class: Aws::Types::MultiplexSummary

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)


2506
2507
2508
# File 'sig/types.rbs', line 2506

def arn
  @arn
end

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


2507
2508
2509
# File 'sig/types.rbs', line 2507

def availability_zones
  @availability_zones
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2508
2509
2510
# File 'sig/types.rbs', line 2508

def id
  @id
end

#multiplex_settingsTypes::MultiplexSettingsSummary

Returns the value of attribute multiplex_settings.



2509
2510
2511
# File 'sig/types.rbs', line 2509

def multiplex_settings
  @multiplex_settings
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2510
2511
2512
# File 'sig/types.rbs', line 2510

def name
  @name
end

#pipelines_running_count::Integer

Returns the value of attribute pipelines_running_count.

Returns:

  • (::Integer)


2511
2512
2513
# File 'sig/types.rbs', line 2511

def pipelines_running_count
  @pipelines_running_count
end

#program_count::Integer

Returns the value of attribute program_count.

Returns:

  • (::Integer)


2512
2513
2514
# File 'sig/types.rbs', line 2512

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


2513
2514
2515
# File 'sig/types.rbs', line 2513

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


2514
2515
2516
# File 'sig/types.rbs', line 2514

def tags
  @tags
end