Class: Aws::Types::UpdateDistributionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#distribution_configTypes::DistributionConfig

Returns the value of attribute distribution_config.



3960
3961
3962
# File 'sig/types.rbs', line 3960

def distribution_config
  @distribution_config
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3961
3962
3963
# File 'sig/types.rbs', line 3961

def id
  @id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


3962
3963
3964
# File 'sig/types.rbs', line 3962

def if_match
  @if_match
end