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)


2478
2479
2480
# File 'sig/types.rbs', line 2478

def category
  @category
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2479
2480
2481
# File 'sig/types.rbs', line 2479

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2480
2481
2482
# File 'sig/types.rbs', line 2480

def name
  @name
end

#settingsTypes::PresetSettings

Returns the value of attribute settings.



2481
2482
2483
# File 'sig/types.rbs', line 2481

def settings
  @settings
end