Class: Aws::Types::UpdateTrafficPolicyCommentRequest

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)


1543
1544
1545
# File 'sig/types.rbs', line 1543

def comment
  @comment
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1541
1542
1543
# File 'sig/types.rbs', line 1541

def id
  @id
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def version
  @version
end