Class: Aws::Types::ChannelGroupListConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ChannelGroupListConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
36 37 38 |
# File 'sig/types.rbs', line 36 def arn @arn end |
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
35 36 37 |
# File 'sig/types.rbs', line 35 def channel_group_name @channel_group_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
37 38 39 |
# File 'sig/types.rbs', line 37 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
39 40 41 |
# File 'sig/types.rbs', line 39 def description @description end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
38 39 40 |
# File 'sig/types.rbs', line 38 def modified_at @modified_at end |