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)


499
500
501
# File 'sig/types.rbs', line 499

def content_arn
  @content_arn
end

#content_id::String

Returns the value of attribute content_id.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def content_id
  @content_id
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def content_type
  @content_type
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def knowledge_base_id
  @knowledge_base_id
end

Returns the value of attribute link_out_uri.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def link_out_uri
  @link_out_uri
end

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

Returns the value of attribute metadata.

Returns:

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


508
509
510
# File 'sig/types.rbs', line 508

def 
  
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def name
  @name
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

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


507
508
509
# File 'sig/types.rbs', line 507

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


509
510
511
# File 'sig/types.rbs', line 509

def tags
  @tags
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


505
506
507
# File 'sig/types.rbs', line 505

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def url
  @url
end

#url_expiry::Time

Returns the value of attribute url_expiry.

Returns:

  • (::Time)


512
513
514
# File 'sig/types.rbs', line 512

def url_expiry
  @url_expiry
end