AwsCloudMapInstanceAttribute constructor

AwsCloudMapInstanceAttribute({
  1. required String key,
  2. required String value,
})

Implementation

AwsCloudMapInstanceAttribute({
  required this.key,
  required this.value,
});