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)


7105
7106
7107
# File 'sig/types.rbs', line 7105

def blueprint_name
  @blueprint_name
end

#parameters::String

Returns the value of attribute parameters.

Returns:

  • (::String)


7106
7107
7108
# File 'sig/types.rbs', line 7106

def parameters
  @parameters
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


7107
7108
7109
# File 'sig/types.rbs', line 7107

def role_arn
  @role_arn
end