Class: Aws::Types::ContentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_arn ⇒ ::String

Returns the value of attribute content_arn.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def content_arn
  @content_arn
end

#content_id ⇒ ::String

Returns the value of attribute content_id.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def content_id
  @content_id
end

#content_type ⇒ ::String

Returns the value of attribute content_type.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def content_type
  @content_type
end

#knowledge_base_arn ⇒ ::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id ⇒ ::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def knowledge_base_id
  @knowledge_base_id
end

#metadata ⇒ ::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

  • (::Hash[::String, ::String])


150
151
152
# File 'sig/types.rbs', line 150

def 
  @metadata
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def name
  @name
end

#revision_id ⇒ ::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def revision_id
  @revision_id
end

#status ⇒ "CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETED", "UPDATE_FAILED")


153
154
155
# File 'sig/types.rbs', line 153

def status
  @status
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


154
155
156
# File 'sig/types.rbs', line 154

def tags
  @tags
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def title
  @title
end