Class: Aws::Types::GetOriginEndpointPolicyResponse

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.



551
552
553
# File 'sig/types.rbs', line 551

def cdn_auth_configuration
  @cdn_auth_configuration
end

#channel_group_name::String

Returns the value of attribute channel_group_name.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def channel_group_name
  @channel_group_name
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


548
549
550
# File 'sig/types.rbs', line 548

def channel_name
  @channel_name
end

#origin_endpoint_name::String

Returns the value of attribute origin_endpoint_name.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def origin_endpoint_name
  @origin_endpoint_name
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def policy
  @policy
end