Class: Aws::Types::ListComponentsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#components::Array[Types::ComponentSummary]

Returns the value of attribute components.

Returns:



295
296
297
# File 'sig/types.rbs', line 295

def components
  @components
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def next_token
  @next_token
end