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.
-
#channel_status ⇒ "CREATING", ...
Returns the value of attribute channel_status.
-
#channel_type ⇒ "SINGLE_MASTER", "FULL_MESH"
Returns the value of attribute channel_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#single_master_configuration ⇒ Types::SingleMasterConfiguration
Returns the value of attribute single_master_configuration.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
28 29 30 |
# File 'sig/types.rbs', line 28 def channel_arn @channel_arn end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
27 28 29 |
# File 'sig/types.rbs', line 27 def channel_name @channel_name end |
#channel_status ⇒ "CREATING", ...
Returns the value of attribute channel_status.
30 31 32 |
# File 'sig/types.rbs', line 30 def channel_status @channel_status end |
#channel_type ⇒ "SINGLE_MASTER", "FULL_MESH"
Returns the value of attribute channel_type.
29 30 31 |
# File 'sig/types.rbs', line 29 def channel_type @channel_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
31 32 33 |
# File 'sig/types.rbs', line 31 def creation_time @creation_time end |
#single_master_configuration ⇒ Types::SingleMasterConfiguration
Returns the value of attribute single_master_configuration.
32 33 34 |
# File 'sig/types.rbs', line 32 def single_master_configuration @single_master_configuration end |
#version ⇒ ::String
Returns the value of attribute version.
33 34 35 |
# File 'sig/types.rbs', line 33 def version @version end |