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.
5544 5545 5546 5547 5548 5549 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5544 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.
5544 5545 5546 5547 5548 5549 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5544 class DisableAddOnRequest < Struct.new( :add_on_type, :resource_name) SENSITIVE = [] include Aws::Structure end |