Class: Aws::Types::AzElSegmentsData

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

Defined Under Namespace

Classes: AzElData, S3Object, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#az_el_data ⇒ Types::AzElSegments

Returns the value of attribute az_el_data.

Returns:



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.

Returns:



97
98
99
# File 'sig/types.rbs', line 97

def s3_object
  @s3_object
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


99
100
101
# File 'sig/types.rbs', line 99

def unknown
  @unknown
end