Class: Aws::Types::UpdateServiceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :spec])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1647
1648
1649
# File 'sig/types.rbs', line 1647

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1648
1649
1650
# File 'sig/types.rbs', line 1648

def name
  @name
end

#spec ⇒ ::String

Returns the value of attribute spec.

Returns:

  • (::String)


1649
1650
1651
# File 'sig/types.rbs', line 1649

def spec
  @spec
end