Class: Aws::Types::StartBlueprintRunRequest

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)


7137
7138
7139
# File 'sig/types.rbs', line 7137

def blueprint_name
  @blueprint_name
end

#parameters::String

Returns the value of attribute parameters.

Returns:

  • (::String)


7138
7139
7140
# File 'sig/types.rbs', line 7138

def parameters
  @parameters
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


7139
7140
7141
# File 'sig/types.rbs', line 7139

def role_arn
  @role_arn
end