Class: Aws::Types::DescribeSourceLocationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSourceLocationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_configuration ⇒ Types::AccessConfiguration
Returns the value of attribute access_configuration.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#default_segment_delivery_configuration ⇒ Types::DefaultSegmentDeliveryConfiguration
Returns the value of attribute default_segment_delivery_configuration.
-
#http_configuration ⇒ Types::HttpConfiguration
Returns the value of attribute http_configuration.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#segment_delivery_configurations ⇒ ::Array[Types::SegmentDeliveryConfiguration]
Returns the value of attribute segment_delivery_configurations.
-
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#access_configuration ⇒ Types::AccessConfiguration
Returns the value of attribute access_configuration.
521 522 523 |
# File 'sig/types.rbs', line 521 def access_configuration @access_configuration end |
#arn ⇒ ::String
Returns the value of attribute arn.
522 523 524 |
# File 'sig/types.rbs', line 522 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
523 524 525 |
# File 'sig/types.rbs', line 523 def creation_time @creation_time end |
#default_segment_delivery_configuration ⇒ Types::DefaultSegmentDeliveryConfiguration
Returns the value of attribute default_segment_delivery_configuration.
524 525 526 |
# File 'sig/types.rbs', line 524 def default_segment_delivery_configuration @default_segment_delivery_configuration end |
#http_configuration ⇒ Types::HttpConfiguration
Returns the value of attribute http_configuration.
525 526 527 |
# File 'sig/types.rbs', line 525 def http_configuration @http_configuration end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
526 527 528 |
# File 'sig/types.rbs', line 526 def last_modified_time @last_modified_time end |
#segment_delivery_configurations ⇒ ::Array[Types::SegmentDeliveryConfiguration]
Returns the value of attribute segment_delivery_configurations.
527 528 529 |
# File 'sig/types.rbs', line 527 def segment_delivery_configurations @segment_delivery_configurations end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
528 529 530 |
# File 'sig/types.rbs', line 528 def source_location_name @source_location_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
529 530 531 |
# File 'sig/types.rbs', line 529 def end |