Class: Aws::Lightsail::Types::DisableAddOnRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DisableAddOnRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_on_type ⇒ String
The add-on type to disable.
-
#resource_name ⇒ String
The name of the source resource for which to disable the add-on.
Instance Attribute Details
#add_on_type ⇒ String
The add-on type to disable.
5658 5659 5660 5661 5662 5663 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5658 class DisableAddOnRequest < Struct.new( :add_on_type, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the source resource for which to disable the add-on.
5658 5659 5660 5661 5662 5663 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5658 class DisableAddOnRequest < Struct.new( :add_on_type, :resource_name) SENSITIVE = [] include Aws::Structure end |