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)


598
599
600
# File 'sig/types.rbs', line 598

def category
  @category
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


599
600
601
# File 'sig/types.rbs', line 599

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def name
  @name
end

#settingsTypes::PresetSettings

Returns the value of attribute settings.



601
602
603
# File 'sig/types.rbs', line 601

def settings
  @settings
end

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

Returns the value of attribute tags.

Returns:

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


602
603
604
# File 'sig/types.rbs', line 602

def tags
  @tags
end