Class: Aws::ServiceCatalog::Types::ListServiceActionsForProvisioningArtifactInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListServiceActionsForProvisioningArtifactInput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#page_size ⇒ Integer
The maximum number of items to return with this call.
-
#page_token ⇒ String
The page token for the next set of results.
-
#product_id ⇒ String
The product identifier.
-
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact.
Instance Attribute Details
#accept_language ⇒ String
The language code.
jp
- Japanesezh
- Chinese
3785 3786 3787 3788 3789 3790 3791 3792 3793 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3785 class ListServiceActionsForProvisioningArtifactInput < Struct.new( :product_id, :provisioning_artifact_id, :page_size, :page_token, :accept_language) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of items to return with this call.
3785 3786 3787 3788 3789 3790 3791 3792 3793 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3785 class ListServiceActionsForProvisioningArtifactInput < Struct.new( :product_id, :provisioning_artifact_id, :page_size, :page_token, :accept_language) SENSITIVE = [] include Aws::Structure end |
#page_token ⇒ String
The page token for the next set of results. To retrieve the first set of results, use null.
3785 3786 3787 3788 3789 3790 3791 3792 3793 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3785 class ListServiceActionsForProvisioningArtifactInput < Struct.new( :product_id, :provisioning_artifact_id, :page_size, :page_token, :accept_language) SENSITIVE = [] include Aws::Structure end |
#product_id ⇒ String
The product identifier. For example, prod-abcdzk7xy33qa
.
3785 3786 3787 3788 3789 3790 3791 3792 3793 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3785 class ListServiceActionsForProvisioningArtifactInput < Struct.new( :product_id, :provisioning_artifact_id, :page_size, :page_token, :accept_language) SENSITIVE = [] include Aws::Structure end |
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne
.
3785 3786 3787 3788 3789 3790 3791 3792 3793 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3785 class ListServiceActionsForProvisioningArtifactInput < Struct.new( :product_id, :provisioning_artifact_id, :page_size, :page_token, :accept_language) SENSITIVE = [] include Aws::Structure end |