Class: Aws::Lightsail::Types::EnableAddOnRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::EnableAddOnRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_on_request ⇒ Types::AddOnRequest
An array of strings representing the add-on to enable or modify.
-
#resource_name ⇒ String
The name of the source resource for which to enable or modify the add-on.
Instance Attribute Details
#add_on_request ⇒ Types::AddOnRequest
An array of strings representing the add-on to enable or modify.
6155 6156 6157 6158 6159 6160 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6155 class EnableAddOnRequest < Struct.new( :resource_name, :add_on_request) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the source resource for which to enable or modify the add-on.
6155 6156 6157 6158 6159 6160 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6155 class EnableAddOnRequest < Struct.new( :resource_name, :add_on_request) SENSITIVE = [] include Aws::Structure end |