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:



2923
2924
2925
# File 'sig/types.rbs', line 2923

def actors
  @actors
end

#additional_sequence_types::Array[::String]

Returns the value of attribute additional_sequence_types.

Returns:

  • (::Array[::String])


2928
2929
2930
# File 'sig/types.rbs', line 2928

def additional_sequence_types
  @additional_sequence_types
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2922
2923
2924
# File 'sig/types.rbs', line 2922

def description
  @description
end

#endpoints::Array[Types::NetworkEndpoint]

Returns the value of attribute endpoints.

Returns:



2925
2926
2927
# File 'sig/types.rbs', line 2925

def endpoints
  @endpoints
end

#resources::Array[Types::ResourceV2]

Returns the value of attribute resources.

Returns:



2924
2925
2926
# File 'sig/types.rbs', line 2924

def resources
  @resources
end

#sequence_indicators::Array[Types::Indicator]

Returns the value of attribute sequence_indicators.

Returns:



2927
2928
2929
# File 'sig/types.rbs', line 2927

def sequence_indicators
  @sequence_indicators
end

#signals::Array[Types::Signal]

Returns the value of attribute signals.

Returns:



2926
2927
2928
# File 'sig/types.rbs', line 2926

def signals
  @signals
end

#uid::String

Returns the value of attribute uid.

Returns:

  • (::String)


2921
2922
2923
# File 'sig/types.rbs', line 2921

def uid
  @uid
end