Class: Aws::Types::PutOriginEndpointPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cdn_auth_configurationTypes::CdnAuthConfiguration

Returns the value of attribute cdn_auth_configuration.



779
780
781
# File 'sig/types.rbs', line 779

def cdn_auth_configuration
  @cdn_auth_configuration
end

#channel_group_name::String

Returns the value of attribute channel_group_name.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

def channel_group_name
  @channel_group_name
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


776
777
778
# File 'sig/types.rbs', line 776

def channel_name
  @channel_name
end

#origin_endpoint_name::String

Returns the value of attribute origin_endpoint_name.

Returns:

  • (::String)


777
778
779
# File 'sig/types.rbs', line 777

def origin_endpoint_name
  @origin_endpoint_name
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def policy
  @policy
end