Class: Aws::Types::GetBlueprintRunsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_runs::Array[Types::BlueprintRun]

Returns the value of attribute blueprint_runs.

Returns:



3218
3219
3220
# File 'sig/types.rbs', line 3218

def blueprint_runs
  @blueprint_runs
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3219
3220
3221
# File 'sig/types.rbs', line 3219

def next_token
  @next_token
end