Class: Aws::Types::DeleteServiceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


807
808
809
# File 'sig/types.rbs', line 807

def cluster
  @cluster
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


809
810
811
# File 'sig/types.rbs', line 809

def force
  @force
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


808
809
810
# File 'sig/types.rbs', line 808

def service
  @service
end