Class: Aws::Types::ResetOriginEndpointStateResponse

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)


811
812
813
# File 'sig/types.rbs', line 811

def arn
  @arn
end

#channel_group_name::String

Returns the value of attribute channel_group_name.

Returns:

  • (::String)


808
809
810
# File 'sig/types.rbs', line 808

def channel_group_name
  @channel_group_name
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


809
810
811
# File 'sig/types.rbs', line 809

def channel_name
  @channel_name
end

#origin_endpoint_name::String

Returns the value of attribute origin_endpoint_name.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def origin_endpoint_name
  @origin_endpoint_name
end

#reset_at::Time

Returns the value of attribute reset_at.

Returns:

  • (::Time)


812
813
814
# File 'sig/types.rbs', line 812

def reset_at
  @reset_at
end