Class: Aws::Types::PostCommentReplyInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1612
1613
1614
# File 'sig/types.rbs', line 1612

def client_request_token
  @client_request_token
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1613
1614
1615
# File 'sig/types.rbs', line 1613

def content
  @content
end

#in_reply_to::String

Returns the value of attribute in_reply_to.

Returns:

  • (::String)


1611
1612
1613
# File 'sig/types.rbs', line 1611

def in_reply_to
  @in_reply_to
end