Class: Aws::QBusiness::Types::CreatePluginResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CreatePluginResponse
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#build_status ⇒ String
The current status of a plugin.
-
#plugin_arn ⇒ String
The Amazon Resource Name (ARN) of a plugin.
-
#plugin_id ⇒ String
The identifier of the plugin created.
Instance Attribute Details
#build_status ⇒ String
The current status of a plugin. A plugin is modified asynchronously.
1653 1654 1655 1656 1657 1658 1659 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1653 class CreatePluginResponse < Struct.new( :plugin_id, :plugin_arn, :build_status) SENSITIVE = [] include Aws::Structure end |
#plugin_arn ⇒ String
The Amazon Resource Name (ARN) of a plugin.
1653 1654 1655 1656 1657 1658 1659 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1653 class CreatePluginResponse < Struct.new( :plugin_id, :plugin_arn, :build_status) SENSITIVE = [] include Aws::Structure end |
#plugin_id ⇒ String
The identifier of the plugin created.
1653 1654 1655 1656 1657 1658 1659 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1653 class CreatePluginResponse < Struct.new( :plugin_id, :plugin_arn, :build_status) SENSITIVE = [] include Aws::Structure end |