Class: Aws::GreengrassV2::Types::ListComponentVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ListComponentVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The [ARN] of the component.
-
#max_results ⇒ Integer
The maximum number of results to be returned per paginated request.
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
Instance Attribute Details
#arn ⇒ String
The [ARN] of the component.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
2407 2408 2409 2410 2411 2412 2413 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2407 class ListComponentVersionsRequest < Struct.new( :arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to be returned per paginated request.
2407 2408 2409 2410 2411 2412 2413 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2407 class ListComponentVersionsRequest < Struct.new( :arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to be used for the next set of paginated results.
2407 2408 2409 2410 2411 2412 2413 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2407 class ListComponentVersionsRequest < Struct.new( :arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |