Class: Aws::Types::VpcOriginConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#origin_keepalive_timeout::Integer

Returns the value of attribute origin_keepalive_timeout.

Returns:

  • (::Integer)


4240
4241
4242
# File 'sig/types.rbs', line 4240

def origin_keepalive_timeout
  @origin_keepalive_timeout
end

#origin_read_timeout::Integer

Returns the value of attribute origin_read_timeout.

Returns:

  • (::Integer)


4239
4240
4241
# File 'sig/types.rbs', line 4239

def origin_read_timeout
  @origin_read_timeout
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


4238
4239
4240
# File 'sig/types.rbs', line 4238

def 
  
end

#vpc_origin_id::String

Returns the value of attribute vpc_origin_id.

Returns:

  • (::String)


4237
4238
4239
# File 'sig/types.rbs', line 4237

def vpc_origin_id
  @vpc_origin_id
end