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:



3224
3225
3226
# File 'sig/types.rbs', line 3224

def blueprint_runs
  @blueprint_runs
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3225
3226
3227
# File 'sig/types.rbs', line 3225

def next_token
  @next_token
end