Class: Aws::Types::UpdateServiceAttributesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

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


685
686
687
# File 'sig/types.rbs', line 685

def attributes
  @attributes
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

def service_id
  @service_id
end