Class: Aws::Types::GetBlueprintsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blueprints::Array[Types::Blueprint]

Returns the value of attribute blueprints.

Returns:



1383
1384
1385
# File 'sig/types.rbs', line 1383

def blueprints
  @blueprints
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def next_page_token
  @next_page_token
end