Class: Aws::Types::ResetChannelStateResponse
- Inherits:
-
Object
- Object
- Aws::Types::ResetChannelStateResponse
- 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.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#reset_at ⇒ ::Time
Returns the value of attribute reset_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
795 796 797 |
# File 'sig/types.rbs', line 795 def arn @arn end |
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
793 794 795 |
# File 'sig/types.rbs', line 793 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
794 795 796 |
# File 'sig/types.rbs', line 794 def channel_name @channel_name end |
#reset_at ⇒ ::Time
Returns the value of attribute reset_at.
796 797 798 |
# File 'sig/types.rbs', line 796 def reset_at @reset_at end |