Class: Aws::Types::UpdateStreamingDistributionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4152
4153
4154
# File 'sig/types.rbs', line 4152

def id
  @id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


4153
4154
4155
# File 'sig/types.rbs', line 4153

def if_match
  @if_match
end

#streaming_distribution_configTypes::StreamingDistributionConfig

Returns the value of attribute streaming_distribution_config.



4151
4152
4153
# File 'sig/types.rbs', line 4151

def streaming_distribution_config
  @streaming_distribution_config
end