Class: Aws::Types::MediaPackageOutputDestinationSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_endpoint_id::String

Returns the value of attribute channel_endpoint_id.

Returns:

  • (::String)


2290
2291
2292
# File 'sig/types.rbs', line 2290

def channel_endpoint_id
  @channel_endpoint_id
end

#channel_group::String

Returns the value of attribute channel_group.

Returns:

  • (::String)


2288
2289
2290
# File 'sig/types.rbs', line 2288

def channel_group
  @channel_group
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


2287
2288
2289
# File 'sig/types.rbs', line 2287

def channel_id
  @channel_id
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


2289
2290
2291
# File 'sig/types.rbs', line 2289

def channel_name
  @channel_name
end

#media_package_region_name::String

Returns the value of attribute media_package_region_name.

Returns:

  • (::String)


2291
2292
2293
# File 'sig/types.rbs', line 2291

def media_package_region_name
  @media_package_region_name
end