Class: Aws::Types::ChannelSummary
- Inherits:
-
Object
- Object
- Aws::Types::ChannelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#channel_creation_timestamp ⇒ ::Time
Returns the value of attribute channel_creation_timestamp.
-
#channel_destination_type ⇒ "S3", "S3_TABLES"
Returns the value of attribute channel_destination_type.
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#channel_status ⇒ "CREATING", ...
Returns the value of attribute channel_status.
-
#channel_status_reason ⇒ ::String
Returns the value of attribute channel_status_reason.
-
#streams ⇒ ::Array[Types::ChannelStreamIdentifier]
Returns the value of attribute streams.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
77 78 79 |
# File 'sig/types.rbs', line 77 def channel_arn @channel_arn end |
#channel_creation_timestamp ⇒ ::Time
Returns the value of attribute channel_creation_timestamp.
81 82 83 |
# File 'sig/types.rbs', line 81 def end |
#channel_destination_type ⇒ "S3", "S3_TABLES"
Returns the value of attribute channel_destination_type.
82 83 84 |
# File 'sig/types.rbs', line 82 def channel_destination_type @channel_destination_type end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
78 79 80 |
# File 'sig/types.rbs', line 78 def channel_id @channel_id end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
76 77 78 |
# File 'sig/types.rbs', line 76 def channel_name @channel_name end |
#channel_status ⇒ "CREATING", ...
Returns the value of attribute channel_status.
79 80 81 |
# File 'sig/types.rbs', line 79 def channel_status @channel_status end |
#channel_status_reason ⇒ ::String
Returns the value of attribute channel_status_reason.
80 81 82 |
# File 'sig/types.rbs', line 80 def channel_status_reason @channel_status_reason end |
#streams ⇒ ::Array[Types::ChannelStreamIdentifier]
Returns the value of attribute streams.
83 84 85 |
# File 'sig/types.rbs', line 83 def streams @streams end |