Class: Aws::Types::ListBlueprintsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blueprints::Array[::String]

Returns the value of attribute blueprints.

Returns:

  • (::Array[::String])


5123
5124
5125
# File 'sig/types.rbs', line 5123

def blueprints
  @blueprints
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5124
5125
5126
# File 'sig/types.rbs', line 5124

def next_token
  @next_token
end