Class: Aws::Types::AzElSegmentsData
- Inherits:
-
Object
- Object
- Aws::Types::AzElSegmentsData
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AzElData, S3Object, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#az_el_data ⇒ Types::AzElSegments
Returns the value of attribute az_el_data.
-
#s3_object ⇒ Types::S3Object
Returns the value of attribute s3_object.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#az_el_data ⇒ Types::AzElSegments
Returns the value of attribute az_el_data.
98 99 100 |
# File 'sig/types.rbs', line 98 def az_el_data @az_el_data end |
#s3_object ⇒ Types::S3Object
Returns the value of attribute s3_object.
97 98 99 |
# File 'sig/types.rbs', line 97 def s3_object @s3_object end |
#unknown ⇒ Object
Returns the value of attribute unknown.
99 100 101 |
# File 'sig/types.rbs', line 99 def unknown @unknown end |