Class: Aws::Types::StreamingDistributionSummary

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesTypes::Aliases

Returns the value of attribute aliases.



3455
3456
3457
# File 'sig/types.rbs', line 3455

def aliases
  @aliases
end

#arn::String

Returns the value of attribute arn.



3450
3451
3452
# File 'sig/types.rbs', line 3450

def arn
  @arn
end

#comment::String

Returns the value of attribute comment.



3457
3458
3459
# File 'sig/types.rbs', line 3457

def comment
  @comment
end

#domain_name::String

Returns the value of attribute domain_name.



3453
3454
3455
# File 'sig/types.rbs', line 3453

def domain_name
  @domain_name
end

#enabledBoolean

Returns the value of attribute enabled.



3459
3460
3461
# File 'sig/types.rbs', line 3459

def enabled
  @enabled
end

#id::String

Returns the value of attribute id.



3449
3450
3451
# File 'sig/types.rbs', line 3449

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.



3452
3453
3454
# File 'sig/types.rbs', line 3452

def last_modified_time
  @last_modified_time
end

#price_class"PriceClass_100", ...

Returns the value of attribute price_class.



3458
3459
3460
# File 'sig/types.rbs', line 3458

def price_class
  @price_class
end

#s3_originTypes::S3Origin

Returns the value of attribute s3_origin.



3454
3455
3456
# File 'sig/types.rbs', line 3454

def s3_origin
  @s3_origin
end

#status::String

Returns the value of attribute status.



3451
3452
3453
# File 'sig/types.rbs', line 3451

def status
  @status
end

#trusted_signersTypes::TrustedSigners

Returns the value of attribute trusted_signers.



3456
3457
3458
# File 'sig/types.rbs', line 3456

def trusted_signers
  @trusted_signers
end