Class: Aws::ServiceCatalog::Types::ListServiceActionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListServiceActionsInput
- Includes:
- Aws::Structure
- Defined in:
- 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.
Instance Attribute Details
#accept_language ⇒ String
The language code.
-
‘jp` - Japanese
-
‘zh` - Chinese
3833 3834 3835 3836 3837 3838 3839 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3833 class ListServiceActionsInput < Struct.new( :accept_language, :page_size, :page_token) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of items to return with this call.
3833 3834 3835 3836 3837 3838 3839 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3833 class ListServiceActionsInput < Struct.new( :accept_language, :page_size, :page_token) 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.
3833 3834 3835 3836 3837 3838 3839 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3833 class ListServiceActionsInput < Struct.new( :accept_language, :page_size, :page_token) SENSITIVE = [] include Aws::Structure end |