Class: Aws::Types::Origin

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address_type"ipv4", ...

Returns the value of attribute ip_address_type.

Returns:

  • ("ipv4", "ipv6", "dualstack")


2507
2508
2509
# File 'sig/types.rbs', line 2507

def ip_address_type
  @ip_address_type
end

#is_private_origin_access_enabledBoolean

Returns the value of attribute is_private_origin_access_enabled.

Returns:

  • (Boolean)


2508
2509
2510
# File 'sig/types.rbs', line 2508

def is_private_origin_access_enabled
  @is_private_origin_access_enabled
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2502
2503
2504
# File 'sig/types.rbs', line 2502

def name
  @name
end

#protocol_policy"http-only", "https-only"

Returns the value of attribute protocol_policy.

Returns:

  • ("http-only", "https-only")


2505
2506
2507
# File 'sig/types.rbs', line 2505

def protocol_policy
  @protocol_policy
end

#region_name"us-east-1", ...

Returns the value of attribute region_name.

Returns:

  • ("us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-central-1", "eu-north-1", "eu-south-2", "ca-central-1", "ap-east-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "ap-southeast-3", "ap-southeast-5", "sa-east-1")


2504
2505
2506
# File 'sig/types.rbs', line 2504

def region_name
  @region_name
end

#resource_type"ContainerService", ...

Returns the value of attribute resource_type.



2503
2504
2505
# File 'sig/types.rbs', line 2503

def resource_type
  @resource_type
end

#response_timeout::Integer

Returns the value of attribute response_timeout.

Returns:

  • (::Integer)


2506
2507
2508
# File 'sig/types.rbs', line 2506

def response_timeout
  @response_timeout
end