Class: Aws::Types::UpdatePresetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


2444
2445
2446
# File 'sig/types.rbs', line 2444

def category
  @category
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2445
2446
2447
# File 'sig/types.rbs', line 2445

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2446
2447
2448
# File 'sig/types.rbs', line 2446

def name
  @name
end

#settingsTypes::PresetSettings

Returns the value of attribute settings.



2447
2448
2449
# File 'sig/types.rbs', line 2447

def settings
  @settings
end