Class: Aws::Types::Sequence
- Inherits:
-
Object
- Object
- Aws::Types::Sequence
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actors ⇒ ::Array[Types::Actor]
Returns the value of attribute actors.
-
#endpoints ⇒ ::Array[Types::NetworkEndpoint]
Returns the value of attribute endpoints.
-
#sequence_indicators ⇒ ::Array[Types::Indicator]
Returns the value of attribute sequence_indicators.
-
#signals ⇒ ::Array[Types::Signal]
Returns the value of attribute signals.
-
#uid ⇒ ::String
Returns the value of attribute uid.
Instance Attribute Details
#actors ⇒ ::Array[Types::Actor]
Returns the value of attribute actors.
7555 7556 7557 |
# File 'sig/types.rbs', line 7555 def actors @actors end |
#endpoints ⇒ ::Array[Types::NetworkEndpoint]
Returns the value of attribute endpoints.
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.
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.
7557 7558 7559 |
# File 'sig/types.rbs', line 7557 def signals @signals end |
#uid ⇒ ::String
Returns the value of attribute uid.
7554 7555 7556 |
# File 'sig/types.rbs', line 7554 def uid @uid end |