Class: Aws::Types::StreamingDistribution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_trusted_signersTypes::ActiveTrustedSigners

Returns the value of attribute active_trusted_signers.



3405
3406
3407
# File 'sig/types.rbs', line 3405

def active_trusted_signers
  @active_trusted_signers
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3401
3402
3403
# File 'sig/types.rbs', line 3401

def arn
  @arn
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


3404
3405
3406
# File 'sig/types.rbs', line 3404

def domain_name
  @domain_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3400
3401
3402
# File 'sig/types.rbs', line 3400

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3403
3404
3405
# File 'sig/types.rbs', line 3403

def last_modified_time
  @last_modified_time
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


3402
3403
3404
# File 'sig/types.rbs', line 3402

def status
  @status
end

#streaming_distribution_configTypes::StreamingDistributionConfig

Returns the value of attribute streaming_distribution_config.



3406
3407
3408
# File 'sig/types.rbs', line 3406

def streaming_distribution_config
  @streaming_distribution_config
end