Class: Aws::AppMesh::Types::AwsCloudMapInstanceAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::AwsCloudMapInstanceAttribute
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
An object that represents the Cloud Map attribute information for your virtual node.
<note markdown=“1”> Cloud Map is not available in the eu-south-1 Region.
</note>
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The name of an Cloud Map service instance attribute key.
-
#value ⇒ String
The value of an Cloud Map service instance attribute key.
Instance Attribute Details
#key ⇒ String
The name of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
58 59 60 61 62 63 |
# File 'lib/aws-sdk-appmesh/types.rb', line 58 class AwsCloudMapInstanceAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
58 59 60 61 62 63 |
# File 'lib/aws-sdk-appmesh/types.rb', line 58 class AwsCloudMapInstanceAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |