Class: Aws::AppConfig::Types::ListExtensionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::ListExtensionsRequest
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#name ⇒ String
The extension name.
-
#next_token ⇒ String
A token to start the list.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
2178 2179 2180 2181 2182 2183 2184 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2178 class ListExtensionsRequest < Struct.new( :max_results, :next_token, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The extension name.
2178 2179 2180 2181 2182 2183 2184 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2178 class ListExtensionsRequest < Struct.new( :max_results, :next_token, :name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to start the list. Use this token to get the next set of results.
2178 2179 2180 2181 2182 2183 2184 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2178 class ListExtensionsRequest < Struct.new( :max_results, :next_token, :name) SENSITIVE = [] include Aws::Structure end |