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)


7147
7148
7149
# File 'sig/types.rbs', line 7147

def blueprint_name
  @blueprint_name
end

#parameters::String

Returns the value of attribute parameters.

Returns:

  • (::String)


7148
7149
7150
# File 'sig/types.rbs', line 7148

def parameters
  @parameters
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


7149
7150
7151
# File 'sig/types.rbs', line 7149

def role_arn
  @role_arn
end