Class: Aws::Types::ChannelInfo
- Inherits:
-
Object
- Object
- Aws::Types::ChannelInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#cluster_operation_arn ⇒ ::String
Returns the value of attribute cluster_operation_arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#destination_type ⇒ "ICEBERG", "S3"
Returns the value of attribute destination_type.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
96 97 98 |
# File 'sig/types.rbs', line 96 def channel_arn @channel_arn end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
97 98 99 |
# File 'sig/types.rbs', line 97 def channel_name @channel_name end |
#cluster_operation_arn ⇒ ::String
Returns the value of attribute cluster_operation_arn.
101 102 103 |
# File 'sig/types.rbs', line 101 def cluster_operation_arn @cluster_operation_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
99 100 101 |
# File 'sig/types.rbs', line 99 def creation_time @creation_time end |
#destination_type ⇒ "ICEBERG", "S3"
Returns the value of attribute destination_type.
100 101 102 |
# File 'sig/types.rbs', line 100 def destination_type @destination_type end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
98 99 100 |
# File 'sig/types.rbs', line 98 def status @status end |