Class: Aws::Types::S3OriginConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#origin_access_identity::String

Returns the value of attribute origin_access_identity.

Returns:

  • (::String)


3365
3366
3367
# File 'sig/types.rbs', line 3365

def origin_access_identity
  @origin_access_identity
end

#origin_read_timeout::Integer

Returns the value of attribute origin_read_timeout.

Returns:

  • (::Integer)


3366
3367
3368
# File 'sig/types.rbs', line 3366

def origin_read_timeout
  @origin_read_timeout
end