Class: Aws::Types::TrafficPolicy

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


1453
1454
1455
# File 'sig/types.rbs', line 1453

def comment
  @comment
end

#document::String

Returns the value of attribute document.

Returns:

  • (::String)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def document
  @document
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def name
  @name
end

#type"SOA", ...

Returns the value of attribute type.

Returns:

  • ("SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS")


1451
1452
1453
# File 'sig/types.rbs', line 1451

def type
  @type
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def version
  @version
end