Class: Aws::ServiceCatalog::Types::ListProvisioningArtifactsForServiceActionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListProvisioningArtifactsForServiceActionInput
- 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.
-
#service_action_id ⇒ String
The self-service action identifier.
Instance Attribute Details
#accept_language ⇒ String
The language code.
jp
- Japanesezh
- Chinese
3560 3561 3562 3563 3564 3565 3566 3567 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3560 class ListProvisioningArtifactsForServiceActionInput < Struct.new( :service_action_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.
3560 3561 3562 3563 3564 3565 3566 3567 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3560 class ListProvisioningArtifactsForServiceActionInput < Struct.new( :service_action_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.
3560 3561 3562 3563 3564 3565 3566 3567 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3560 class ListProvisioningArtifactsForServiceActionInput < Struct.new( :service_action_id, :page_size, :page_token, :accept_language) SENSITIVE = [] include Aws::Structure end |
#service_action_id ⇒ String
The self-service action identifier. For example,
act-fs7abcd89wxyz
.
3560 3561 3562 3563 3564 3565 3566 3567 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3560 class ListProvisioningArtifactsForServiceActionInput < Struct.new( :service_action_id, :page_size, :page_token, :accept_language) SENSITIVE = [] include Aws::Structure end |