Class: Aws::Types::CommentMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment_id::String

Returns the value of attribute comment_id.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def comment_id
  @comment_id
end

#comment_status"DRAFT", ...

Returns the value of attribute comment_status.

Returns:

  • ("DRAFT", "PUBLISHED", "DELETED")


72
73
74
# File 'sig/types.rbs', line 72

def comment_status
  @comment_status
end

#contributorTypes::User

Returns the value of attribute contributor.

Returns:



70
71
72
# File 'sig/types.rbs', line 70

def contributor
  @contributor
end

#contributor_id::String

Returns the value of attribute contributor_id.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def contributor_id
  @contributor_id
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


71
72
73
# File 'sig/types.rbs', line 71

def created_timestamp
  @created_timestamp
end

#recipient_id::String

Returns the value of attribute recipient_id.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def recipient_id
  @recipient_id
end