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.
89 90 91 |
# File 'sig/types.rbs', line 89 def channel_arn @channel_arn end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
90 91 92 |
# File 'sig/types.rbs', line 90 def channel_name @channel_name end |
#cluster_operation_arn ⇒ ::String
Returns the value of attribute cluster_operation_arn.
94 95 96 |
# File 'sig/types.rbs', line 94 def cluster_operation_arn @cluster_operation_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
92 93 94 |
# File 'sig/types.rbs', line 92 def creation_time @creation_time end |
#destination_type ⇒ "ICEBERG", "S3"
Returns the value of attribute destination_type.
93 94 95 |
# File 'sig/types.rbs', line 93 def destination_type @destination_type end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
91 92 93 |
# File 'sig/types.rbs', line 91 def status @status end |