Class: Aws::Lightsail::Types::DisableAddOnRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#add_on_typeString

The add-on type to disable.

Returns:

  • (String)


5545
5546
5547
5548
5549
5550
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5545

class DisableAddOnRequest < Struct.new(
  :add_on_type,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The name of the source resource for which to disable the add-on.

Returns:

  • (String)


5545
5546
5547
5548
5549
5550
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5545

class DisableAddOnRequest < Struct.new(
  :add_on_type,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end