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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • jp - Japanese

  • zh - Chinese

Returns:

  • (String)


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_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


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_tokenString

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

Returns:

  • (String)


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_idString

The product identifier. For example, prod-abcdzk7xy33qa.

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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