Class: Aws::Types::ListComponentBuildVersionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_summary_list ⇒ ::Array[Types::ComponentSummary]

Returns the value of attribute component_summary_list.

Returns:



1447
1448
1449
# File 'sig/types.rbs', line 1447

def component_summary_list
  @component_summary_list
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def next_token
  @next_token
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1446
1447
1448
# File 'sig/types.rbs', line 1446

def request_id
  @request_id
end