Class: Aws::Route53Profiles::Types::Tag

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb

Overview

Tag for the Profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

Key associated with the Tag.

Returns:

  • (String)


849
850
851
852
853
854
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 849

class Tag < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

Value for the Tag.

Returns:

  • (String)


849
850
851
852
853
854
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 849

class Tag < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end