Class: Aws::Types::SourceLocation
- Inherits:
-
Object
- Object
- Aws::Types::SourceLocation
- 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.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def access_configuration @access_configuration end |
#arn ⇒ ::String
Returns the value of attribute arn.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def creation_time @creation_time end |
#default_segment_delivery_configuration ⇒ Types::DefaultSegmentDeliveryConfiguration
Returns the value of attribute default_segment_delivery_configuration.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def default_segment_delivery_configuration @default_segment_delivery_configuration end |
#http_configuration ⇒ Types::HttpConfiguration
Returns the value of attribute http_configuration.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def http_configuration @http_configuration end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def last_modified_time @last_modified_time end |
#segment_delivery_configurations ⇒ ::Array[Types::SegmentDeliveryConfiguration]
Returns the value of attribute segment_delivery_configurations.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def segment_delivery_configurations @segment_delivery_configurations end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def source_location_name @source_location_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def @tags end |