Class: Aws::ServiceCatalog::Types::ListProvisioningArtifactsForServiceActionInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


3560
3561
3562
3563
3564
3565
3566
3567
# File '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_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 ListProvisioningArtifactsForServiceActionInput < Struct.new(
  :service_action_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)


3560
3561
3562
3563
3564
3565
3566
3567
# File '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_idString

The self-service action identifier. For example, ‘act-fs7abcd89wxyz`.

Returns:

  • (String)


3560
3561
3562
3563
3564
3565
3566
3567
# File '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