Class: Aws::Types::GetChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetChannelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#destinations ⇒ ::Array[Types::Destination]
Returns the value of attribute destinations.
-
#ingestion_status ⇒ Types::IngestionStatus
Returns the value of attribute ingestion_status.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#source_config ⇒ Types::SourceConfig
Returns the value of attribute source_config.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
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.
431 432 433 |
# File 'sig/types.rbs', line 431 def destinations @destinations end |
#ingestion_status ⇒ Types::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.
428 429 430 |
# File 'sig/types.rbs', line 428 def name @name end |
#source ⇒ ::String
Returns the value of attribute source.
429 430 431 |
# File 'sig/types.rbs', line 429 def source @source end |
#source_config ⇒ Types::SourceConfig
Returns the value of attribute source_config.
430 431 432 |
# File 'sig/types.rbs', line 430 def source_config @source_config end |