Class: Aws::Types::Channel
- Inherits:
-
Object
- Object
- Aws::Types::Channel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#channel_flow_arn ⇒ ::String
Returns the value of attribute channel_flow_arn.
-
#created_by ⇒ Types::Identity
Returns the value of attribute created_by.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#elastic_channel_configuration ⇒ Types::ElasticChannelConfiguration
Returns the value of attribute elastic_channel_configuration.
-
#expiration_settings ⇒ Types::ExpirationSettings
Returns the value of attribute expiration_settings.
-
#last_message_timestamp ⇒ ::Time
Returns the value of attribute last_message_timestamp.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#mode ⇒ "UNRESTRICTED", "RESTRICTED"
Returns the value of attribute mode.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#privacy ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute privacy.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
64 65 66 |
# File 'sig/types.rbs', line 64 def channel_arn @channel_arn end |
#channel_flow_arn ⇒ ::String
Returns the value of attribute channel_flow_arn.
72 73 74 |
# File 'sig/types.rbs', line 72 def channel_flow_arn @channel_flow_arn end |
#created_by ⇒ Types::Identity
Returns the value of attribute created_by.
68 69 70 |
# File 'sig/types.rbs', line 68 def created_by @created_by end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
69 70 71 |
# File 'sig/types.rbs', line 69 def @created_timestamp end |
#elastic_channel_configuration ⇒ Types::ElasticChannelConfiguration
Returns the value of attribute elastic_channel_configuration.
73 74 75 |
# File 'sig/types.rbs', line 73 def elastic_channel_configuration @elastic_channel_configuration end |
#expiration_settings ⇒ Types::ExpirationSettings
Returns the value of attribute expiration_settings.
74 75 76 |
# File 'sig/types.rbs', line 74 def expiration_settings @expiration_settings end |
#last_message_timestamp ⇒ ::Time
Returns the value of attribute last_message_timestamp.
70 71 72 |
# File 'sig/types.rbs', line 70 def @last_message_timestamp end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
71 72 73 |
# File 'sig/types.rbs', line 71 def @last_updated_timestamp end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
67 68 69 |
# File 'sig/types.rbs', line 67 def @metadata end |
#mode ⇒ "UNRESTRICTED", "RESTRICTED"
Returns the value of attribute mode.
65 66 67 |
# File 'sig/types.rbs', line 65 def mode @mode end |
#name ⇒ ::String
Returns the value of attribute name.
63 64 65 |
# File 'sig/types.rbs', line 63 def name @name end |
#privacy ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute privacy.
66 67 68 |
# File 'sig/types.rbs', line 66 def privacy @privacy end |