Class: Aws::Types::GetBundlesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bundles::Array[Types::Bundle]

Returns the value of attribute bundles.

Returns:



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

def bundles
  @bundles
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:



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

def next_page_token
  @next_page_token
end