Class: Aws::SSM::Types::GetOpsMetadataResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetOpsMetadataResult
- Defined in:
- gems/aws-sdk-ssm/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.
8826 8827 8828 8829 8830 8831 8832 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8826 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.
8826 8827 8828 8829 8830 8831 8832 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8826 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.
8826 8827 8828 8829 8830 8831 8832 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8826 class GetOpsMetadataResult < Struct.new( :resource_id, :metadata, :next_token) SENSITIVE = [] include Aws::Structure end |