Class: Aws::Types::GetBlueprintRunRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_name::String

Returns the value of attribute blueprint_name.

Returns:

  • (::String)


3206
3207
3208
# File 'sig/types.rbs', line 3206

def blueprint_name
  @blueprint_name
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


3207
3208
3209
# File 'sig/types.rbs', line 3207

def run_id
  @run_id
end