Class: Aws::Types::GetChannelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def channel_arn
  @channel_arn
end

#destinations::Array[Types::Destination]

Returns the value of attribute destinations.

Returns:



431
432
433
# File 'sig/types.rbs', line 431

def destinations
  @destinations
end

#ingestion_statusTypes::IngestionStatus

Returns the value of attribute ingestion_status.



432
433
434
# File 'sig/types.rbs', line 432

def ingestion_status
  @ingestion_status
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def name
  @name
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def source
  @source
end

#source_configTypes::SourceConfig

Returns the value of attribute source_config.

Returns:



430
431
432
# File 'sig/types.rbs', line 430

def source_config
  @source_config
end