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)


544
545
546
# File 'sig/types.rbs', line 544

def content_arn
  @content_arn
end

#content_id::String

Returns the value of attribute content_id.

Returns:

  • (::String)


545
546
547
# File 'sig/types.rbs', line 545

def content_id
  @content_id
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def content_type
  @content_type
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


546
547
548
# File 'sig/types.rbs', line 546

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def knowledge_base_id
  @knowledge_base_id
end

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

Returns the value of attribute metadata.

Returns:

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


553
554
555
# File 'sig/types.rbs', line 553

def 
  
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


548
549
550
# File 'sig/types.rbs', line 548

def name
  @name
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

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


552
553
554
# File 'sig/types.rbs', line 552

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


554
555
556
# File 'sig/types.rbs', line 554

def tags
  @tags
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def title
  @title
end