Class: Aws::SSM::Types::GetOpsMetadataResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetOpsMetadataResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata ⇒ Hash<String,Types::MetadataValue>
OpsMetadata for an Application Manager application.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#resource_id ⇒ String
The resource ID of the Application Manager application.
Instance Attribute Details
#metadata ⇒ Hash<String,Types::MetadataValue>
OpsMetadata for an Application Manager application.
8631 8632 8633 8634 8635 8636 8637 |
# File 'lib/aws-sdk-ssm/types.rb', line 8631 class GetOpsMetadataResult < Struct.new( :resource_id, :metadata, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. Use this token to get the next set of results.
8631 8632 8633 8634 8635 8636 8637 |
# File 'lib/aws-sdk-ssm/types.rb', line 8631 class GetOpsMetadataResult < Struct.new( :resource_id, :metadata, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID of the Application Manager application.
8631 8632 8633 8634 8635 8636 8637 |
# File 'lib/aws-sdk-ssm/types.rb', line 8631 class GetOpsMetadataResult < Struct.new( :resource_id, :metadata, :next_token) SENSITIVE = [] include Aws::Structure end |