Class: Aws::ServiceCatalog::Types::ListServiceActionsForProvisioningArtifactInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Note:

When making an API call, you may pass ListServiceActionsForProvisioningArtifactInput data as a hash:

{
  product_id: "Id", # required
  provisioning_artifact_id: "Id", # required
  page_size: 1,
  page_token: "PageToken",
  accept_language: "AcceptLanguage",
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


3560
3561
3562
3563
3564
3565
3566
3567
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3560

class ListServiceActionsForProvisioningArtifactInput < Struct.new(
  :product_id,
  :provisioning_artifact_id,
  :page_size,
  :page_token,
  :accept_language)
  include Aws::Structure
end

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


3560
3561
3562
3563
3564
3565
3566
3567
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3560

class ListServiceActionsForProvisioningArtifactInput < Struct.new(
  :product_id,
  :provisioning_artifact_id,
  :page_size,
  :page_token,
  :accept_language)
  include Aws::Structure
end

#page_tokenString

The page token for the next set of results. To retrieve the first set of results, use null.

Returns:

  • (String)


3560
3561
3562
3563
3564
3565
3566
3567
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3560

class ListServiceActionsForProvisioningArtifactInput < Struct.new(
  :product_id,
  :provisioning_artifact_id,
  :page_size,
  :page_token,
  :accept_language)
  include Aws::Structure
end

#product_idString

The product identifier. For example, ‘prod-abcdzk7xy33qa`.

Returns:

  • (String)


3560
3561
3562
3563
3564
3565
3566
3567
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3560

class ListServiceActionsForProvisioningArtifactInput < Struct.new(
  :product_id,
  :provisioning_artifact_id,
  :page_size,
  :page_token,
  :accept_language)
  include Aws::Structure
end

#provisioning_artifact_idString

The identifier of the provisioning artifact. For example, ‘pa-4abcdjnxjj6ne`.

Returns:

  • (String)


3560
3561
3562
3563
3564
3565
3566
3567
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3560

class ListServiceActionsForProvisioningArtifactInput < Struct.new(
  :product_id,
  :provisioning_artifact_id,
  :page_size,
  :page_token,
  :accept_language)
  include Aws::Structure
end