Class: Aws::SSM::Types::GetOpsMetadataResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metadataHash<String,Types::MetadataValue>

OpsMetadata for an Application Manager application.

Returns:



8538
8539
8540
8541
8542
8543
8544
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8538

class GetOpsMetadataResult < Struct.new(
  :resource_id,
  :metadata,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. Use this token to get the next set of results.

Returns:

  • (String)


8538
8539
8540
8541
8542
8543
8544
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8538

class GetOpsMetadataResult < Struct.new(
  :resource_id,
  :metadata,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The resource ID of the Application Manager application.

Returns:

  • (String)


8538
8539
8540
8541
8542
8543
8544
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8538

class GetOpsMetadataResult < Struct.new(
  :resource_id,
  :metadata,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end