Class: Aws::Types::GetOriginEndpointPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_group_name::String

Returns the value of attribute channel_group_name.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def channel_group_name
  @channel_group_name
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def channel_name
  @channel_name
end

#origin_endpoint_name::String

Returns the value of attribute origin_endpoint_name.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def origin_endpoint_name
  @origin_endpoint_name
end