Class: Aws::Types::Sequence

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actors::Array[Types::Actor]

Returns the value of attribute actors.

Returns:



7555
7556
7557
# File 'sig/types.rbs', line 7555

def actors
  @actors
end

#endpoints::Array[Types::NetworkEndpoint]

Returns the value of attribute endpoints.

Returns:



7556
7557
7558
# File 'sig/types.rbs', line 7556

def endpoints
  @endpoints
end

#sequence_indicators::Array[Types::Indicator]

Returns the value of attribute sequence_indicators.

Returns:



7558
7559
7560
# File 'sig/types.rbs', line 7558

def sequence_indicators
  @sequence_indicators
end

#signals::Array[Types::Signal]

Returns the value of attribute signals.

Returns:



7557
7558
7559
# File 'sig/types.rbs', line 7557

def signals
  @signals
end

#uid::String

Returns the value of attribute uid.

Returns:

  • (::String)


7554
7555
7556
# File 'sig/types.rbs', line 7554

def uid
  @uid
end