Class: Aws::Types::ContentData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:url])

Instance Attribute Summary collapse

Instance Attribute Details

#content_arn ⇒ ::String

Returns the value of attribute content_arn.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def content_arn
  @content_arn
end

#content_id ⇒ ::String

Returns the value of attribute content_id.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def content_id
  @content_id
end

#content_type ⇒ ::String

Returns the value of attribute content_type.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def content_type
  @content_type
end

#knowledge_base_arn ⇒ ::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id ⇒ ::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def knowledge_base_id
  @knowledge_base_id
end

Returns the value of attribute link_out_uri.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def link_out_uri
  @link_out_uri
end

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

Returns the value of attribute metadata.

Returns:

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


125
126
127
# File 'sig/types.rbs', line 125

def 
  @metadata
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def name
  @name
end

#revision_id ⇒ ::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

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")


128
129
130
# File 'sig/types.rbs', line 128

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


129
130
131
# File 'sig/types.rbs', line 129

def tags
  @tags
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def title
  @title
end

#url ⇒ ::String

Returns the value of attribute url.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def url
  @url
end

#url_expiry ⇒ ::Time

Returns the value of attribute url_expiry.

Returns:

  • (::Time)


132
133
134
# File 'sig/types.rbs', line 132

def url_expiry
  @url_expiry
end