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.
508 509 510 |
# File 'sig/types.rbs', line 508 def access_configuration @access_configuration end |
#arn ⇒ ::String
Returns the value of attribute arn.
509 510 511 |
# File 'sig/types.rbs', line 509 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
510 511 512 |
# File 'sig/types.rbs', line 510 def creation_time @creation_time end |
#default_segment_delivery_configuration ⇒ Types::DefaultSegmentDeliveryConfiguration
Returns the value of attribute default_segment_delivery_configuration.
511 512 513 |
# File 'sig/types.rbs', line 511 def default_segment_delivery_configuration @default_segment_delivery_configuration end |
#http_configuration ⇒ Types::HttpConfiguration
Returns the value of attribute http_configuration.
512 513 514 |
# File 'sig/types.rbs', line 512 def http_configuration @http_configuration end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
513 514 515 |
# File 'sig/types.rbs', line 513 def last_modified_time @last_modified_time end |
#segment_delivery_configurations ⇒ ::Array[Types::SegmentDeliveryConfiguration]
Returns the value of attribute segment_delivery_configurations.
514 515 516 |
# File 'sig/types.rbs', line 514 def segment_delivery_configurations @segment_delivery_configurations end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
515 516 517 |
# File 'sig/types.rbs', line 515 def source_location_name @source_location_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
516 517 518 |
# File 'sig/types.rbs', line 516 def @tags end |