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)


7870
7871
7872
# File 'sig/types.rbs', line 7870

def blueprint_location
  @blueprint_location
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7869
7870
7871
# File 'sig/types.rbs', line 7869

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7868
7869
7870
# File 'sig/types.rbs', line 7868

def name
  @name
end