Class: Aws::ServiceCatalog::Types::DescribeRecordInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DescribeRecordInput
- 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.
-
#id ⇒ String
The record identifier of the provisioned product.
-
#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
2241 2242 2243 2244 2245 2246 2247 2248 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2241 class DescribeRecordInput < Struct.new( :accept_language, :id, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The record identifier of the provisioned product. This identifier is returned by the request operation.
2241 2242 2243 2244 2245 2246 2247 2248 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2241 class DescribeRecordInput < Struct.new( :accept_language, :id, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of items to return with this call.
2241 2242 2243 2244 2245 2246 2247 2248 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2241 class DescribeRecordInput < Struct.new( :accept_language, :id, :page_token, :page_size) 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.
2241 2242 2243 2244 2245 2246 2247 2248 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2241 class DescribeRecordInput < Struct.new( :accept_language, :id, :page_token, :page_size) SENSITIVE = [] include Aws::Structure end |