Class: Aws::Types::Document

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_configuration_id::String

Returns the value of attribute access_control_configuration_id.

Returns:

  • (::String)


900
901
902
# File 'sig/types.rbs', line 900

def access_control_configuration_id
  @access_control_configuration_id
end

#access_control_list::Array[Types::Principal]

Returns the value of attribute access_control_list.

Returns:



897
898
899
# File 'sig/types.rbs', line 897

def access_control_list
  @access_control_list
end

#attributes::Array[Types::DocumentAttribute]

Returns the value of attribute attributes.

Returns:



896
897
898
# File 'sig/types.rbs', line 896

def attributes
  @attributes
end

#blob::String

Returns the value of attribute blob.

Returns:

  • (::String)


894
895
896
# File 'sig/types.rbs', line 894

def blob
  @blob
end

#content_type"PDF", ...

Returns the value of attribute content_type.

Returns:

  • ("PDF", "HTML", "MS_WORD", "PLAIN_TEXT", "PPT", "RTF", "XML", "XSLT", "MS_EXCEL", "CSV", "JSON", "MD")


899
900
901
# File 'sig/types.rbs', line 899

def content_type
  @content_type
end

#hierarchical_access_control_list::Array[Types::HierarchicalPrincipal]

Returns the value of attribute hierarchical_access_control_list.

Returns:



898
899
900
# File 'sig/types.rbs', line 898

def hierarchical_access_control_list
  @hierarchical_access_control_list
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


892
893
894
# File 'sig/types.rbs', line 892

def id
  @id
end

#s3_pathTypes::S3Path

Returns the value of attribute s3_path.

Returns:



895
896
897
# File 'sig/types.rbs', line 895

def s3_path
  @s3_path
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


893
894
895
# File 'sig/types.rbs', line 893

def title
  @title
end