Class: Aws::SSM::Types::GetOpsMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetOpsMetadataRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#next_token ⇒ String
A token to start the list.
-
#ops_metadata_arn ⇒ String
The Amazon Resource Name (ARN) of an OpsMetadata Object to view.
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.
8803 8804 8805 8806 8807 8808 8809 |
# File 'lib/aws-sdk-ssm/types.rb', line 8803 class GetOpsMetadataRequest < Struct.new( :ops_metadata_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to start the list. Use this token to get the next set of results.
8803 8804 8805 8806 8807 8808 8809 |
# File 'lib/aws-sdk-ssm/types.rb', line 8803 class GetOpsMetadataRequest < Struct.new( :ops_metadata_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#ops_metadata_arn ⇒ String
The Amazon Resource Name (ARN) of an OpsMetadata Object to view.
8803 8804 8805 8806 8807 8808 8809 |
# File 'lib/aws-sdk-ssm/types.rb', line 8803 class GetOpsMetadataRequest < Struct.new( :ops_metadata_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |