Class: Google::Cloud::VMMigration::V1::AwsSourceDetails::Tag

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Tag is an AWS tag representation.

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns Key of tag.

Returns:

  • (::String)

    Key of tag.



720
721
722
723
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 720

class Tag
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::String

Returns Value of tag.

Returns:

  • (::String)

    Value of tag.



720
721
722
723
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 720

class Tag
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end