Class: Aws::QBusiness::Types::GetPluginRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GetPluginRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the application which contains the plugin.
-
#plugin_id ⇒ String
The identifier of the plugin.
Instance Attribute Details
#application_id ⇒ String
The identifier of the application which contains the plugin.
4100 4101 4102 4103 4104 4105 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4100 class GetPluginRequest < Struct.new( :application_id, :plugin_id) SENSITIVE = [] include Aws::Structure end |
#plugin_id ⇒ String
The identifier of the plugin.
4100 4101 4102 4103 4104 4105 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4100 class GetPluginRequest < Struct.new( :application_id, :plugin_id) SENSITIVE = [] include Aws::Structure end |