You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppMesh::Types::AwsCloudMapInstanceAttribute

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsCloudMapInstanceAttribute as input to an Aws::Client method, you can use a vanilla Hash:

{
  key: "AwsCloudMapInstanceAttributeKey", # required
  value: "AwsCloudMapInstanceAttributeValue", # required
}

An object that represents the AWS Cloud Map attribute information for your virtual node.

AWS Cloud Map is not available in the eu-south-1 Region.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of an AWS Cloud Map service instance attribute key. Any AWS Cloud Map service instance that contains the specified key and value is returned.

Returns:

  • (String)

    The name of an AWS Cloud Map service instance attribute key.

#valueString

The value of an AWS Cloud Map service instance attribute key. Any AWS Cloud Map service instance that contains the specified key and value is returned.

Returns:

  • (String)

    The value of an AWS Cloud Map service instance attribute key.