Class: Aws::Types::CreateMultiplexProgramRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#multiplex_id::String

Returns the value of attribute multiplex_id.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def multiplex_id
  @multiplex_id
end

#multiplex_program_settingsTypes::MultiplexProgramSettings

Returns the value of attribute multiplex_program_settings.



716
717
718
# File 'sig/types.rbs', line 716

def multiplex_program_settings
  @multiplex_program_settings
end

#program_name::String

Returns the value of attribute program_name.

Returns:

  • (::String)


717
718
719
# File 'sig/types.rbs', line 717

def program_name
  @program_name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def request_id
  @request_id
end