Class: Aws::Types::ListComponentsResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#components ⇒ ::Array[Types::Component]

Returns the value of attribute components.



556
557
558
# File 'sig/types.rbs', line 556

def components
  @components
end

#next_token ⇒ ::String

Returns the value of attribute next_token.



557
558
559
# File 'sig/types.rbs', line 557

def next_token
  @next_token
end