class Aws::ServiceCatalog::Types::ListServiceActionsInput

@note When making an API call, you may pass ListServiceActionsInput

data as a hash:

    {
      accept_language: "AcceptLanguage",
      page_size: 1,
      page_token: "PageToken",
    }

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@!attribute [rw] page_size

The maximum number of items to return with this call.
@return [Integer]

@!attribute [rw] page_token

The page token for the next set of results. To retrieve the first
set of results, use null.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListServiceActionsInput AWS API Documentation

Constants

SENSITIVE