Class: Aws::Types::DeleteServiceAttributesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array[::String]

Returns the value of attribute attributes.

Returns:

  • (::Array[::String])


88
89
90
# File 'sig/types.rbs', line 88

def attributes
  @attributes
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def service_id
  @service_id
end