Class: Aws::Types::UpdateBlueprintRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_location::String

Returns the value of attribute blueprint_location.

Returns:

  • (::String)


7860
7861
7862
# File 'sig/types.rbs', line 7860

def blueprint_location
  @blueprint_location
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7859
7860
7861
# File 'sig/types.rbs', line 7859

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7858
7859
7860
# File 'sig/types.rbs', line 7858

def name
  @name
end