Class: Aws::Types::CreatePresetRequest

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)


586
587
588
# File 'sig/types.rbs', line 586

def category
  @category
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def name
  @name
end

#settingsTypes::PresetSettings

Returns the value of attribute settings.



589
590
591
# File 'sig/types.rbs', line 589

def settings
  @settings
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


590
591
592
# File 'sig/types.rbs', line 590

def tags
  @tags
end