Class: Aws::SSM::Types::DescribeParametersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeParametersRequest
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::ParametersFilter>
This data type is deprecated.
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#parameter_filters ⇒ Array<Types::ParameterStringFilter>
Filters to limit the request results.
-
#shared ⇒ Boolean
Lists parameters that are shared with you.
Instance Attribute Details
#filters ⇒ Array<Types::ParametersFilter>
This data type is deprecated. Instead, use ParameterFilters
.
6338 6339 6340 6341 6342 6343 6344 6345 6346 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6338 class DescribeParametersRequest < Struct.new( :filters, :parameter_filters, :max_results, :next_token, :shared) SENSITIVE = [] include Aws::Structure end |
#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.
6338 6339 6340 6341 6342 6343 6344 6345 6346 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6338 class DescribeParametersRequest < Struct.new( :filters, :parameter_filters, :max_results, :next_token, :shared) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
6338 6339 6340 6341 6342 6343 6344 6345 6346 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6338 class DescribeParametersRequest < Struct.new( :filters, :parameter_filters, :max_results, :next_token, :shared) SENSITIVE = [] include Aws::Structure end |
#parameter_filters ⇒ Array<Types::ParameterStringFilter>
Filters to limit the request results.
6338 6339 6340 6341 6342 6343 6344 6345 6346 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6338 class DescribeParametersRequest < Struct.new( :filters, :parameter_filters, :max_results, :next_token, :shared) SENSITIVE = [] include Aws::Structure end |
#shared ⇒ Boolean
Lists parameters that are shared with you.
RAM
Resource Share Created From Policy
must have been promoted to a
standard Resource Share using the RAM
PromoteResourceShareCreatedFromPolicy API operation.
For more information about sharing parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.
6338 6339 6340 6341 6342 6343 6344 6345 6346 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6338 class DescribeParametersRequest < Struct.new( :filters, :parameter_filters, :max_results, :next_token, :shared) SENSITIVE = [] include Aws::Structure end |