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.
8608 8609 8610 8611 8612 8613 8614 |
# File 'lib/aws-sdk-ssm/types.rb', line 8608 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.
8608 8609 8610 8611 8612 8613 8614 |
# File 'lib/aws-sdk-ssm/types.rb', line 8608 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.
8608 8609 8610 8611 8612 8613 8614 |
# File 'lib/aws-sdk-ssm/types.rb', line 8608 class GetOpsMetadataRequest < Struct.new( :ops_metadata_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |