Class: Aws::Types::ResetChannelStateResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


796
797
798
# File 'sig/types.rbs', line 796

def reset_at
  @reset_at
end