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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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:



8597
8598
8599
8600
8601
8602
8603
# File 'lib/aws-sdk-ssm/types.rb', line 8597

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)


8597
8598
8599
8600
8601
8602
8603
# File 'lib/aws-sdk-ssm/types.rb', line 8597

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)


8597
8598
8599
8600
8601
8602
8603
# File 'lib/aws-sdk-ssm/types.rb', line 8597

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