Class: Aws::ServiceCatalog::Types::DescribeProvisionedProductPlanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DescribeProvisionedProductPlanInput
- 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.
-
#plan_id ⇒ String
The plan identifier.
Instance Attribute Details
#accept_language ⇒ String
The language code.
-
‘jp` - Japanese
-
‘zh` - Chinese
2009 2010 2011 2012 2013 2014 2015 2016 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2009 class DescribeProvisionedProductPlanInput < Struct.new( :accept_language, :plan_id, :page_size, :page_token) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of items to return with this call.
2009 2010 2011 2012 2013 2014 2015 2016 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2009 class DescribeProvisionedProductPlanInput < Struct.new( :accept_language, :plan_id, :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.
2009 2010 2011 2012 2013 2014 2015 2016 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2009 class DescribeProvisionedProductPlanInput < Struct.new( :accept_language, :plan_id, :page_size, :page_token) SENSITIVE = [] include Aws::Structure end |
#plan_id ⇒ String
The plan identifier.
2009 2010 2011 2012 2013 2014 2015 2016 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2009 class DescribeProvisionedProductPlanInput < Struct.new( :accept_language, :plan_id, :page_size, :page_token) SENSITIVE = [] include Aws::Structure end |