Migrate for Compute Engine V1 API - Class Google::Cloud::VMMigration::V1::AwsSourceDetails::Tag (v0.9.0)

Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::AwsSourceDetails::Tag.

Tag is an AWS tag representation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#key

def key() -> ::String
Returns
  • (::String) — Key of tag.

#key=

def key=(value) -> ::String
Parameter
  • value (::String) — Key of tag.
Returns
  • (::String) — Key of tag.

#value

def value() -> ::String
Returns
  • (::String) — Value of tag.

#value=

def value=(value) -> ::String
Parameter
  • value (::String) — Value of tag.
Returns
  • (::String) — Value of tag.