Class: Aws::Types::CreateStreamingDistributionResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

def etag
  @etag
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


774
775
776
# File 'sig/types.rbs', line 774

def location
  @location
end

#streaming_distributionTypes::StreamingDistribution

Returns the value of attribute streaming_distribution.



773
774
775
# File 'sig/types.rbs', line 773

def streaming_distribution
  @streaming_distribution
end