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:



814
815
816
# File 'sig/types.rbs', line 814

def cluster
  @cluster
end

#forceBoolean

Returns the value of attribute force.

Returns:



816
817
818
# File 'sig/types.rbs', line 816

def force
  @force
end

#service::String

Returns the value of attribute service.

Returns:



815
816
817
# File 'sig/types.rbs', line 815

def service
  @service
end