Class: Aws::Types::Document
- Inherits:
-
Object
- Object
- Aws::Types::Document
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_control_configuration_id ⇒ ::String
Returns the value of attribute access_control_configuration_id.
-
#access_control_list ⇒ ::Array[Types::Principal]
Returns the value of attribute access_control_list.
-
#attributes ⇒ ::Array[Types::DocumentAttribute]
Returns the value of attribute attributes.
-
#blob ⇒ ::String
Returns the value of attribute blob.
-
#content_type ⇒ "PDF", ...
Returns the value of attribute content_type.
-
#hierarchical_access_control_list ⇒ ::Array[Types::HierarchicalPrincipal]
Returns the value of attribute hierarchical_access_control_list.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#s3_path ⇒ Types::S3Path
Returns the value of attribute s3_path.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#access_control_configuration_id ⇒ ::String
Returns the value of attribute access_control_configuration_id.
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.
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.
896 897 898 |
# File 'sig/types.rbs', line 896 def attributes @attributes end |
#blob ⇒ ::String
Returns the value of attribute blob.
894 895 896 |
# File 'sig/types.rbs', line 894 def blob @blob end |
#content_type ⇒ "PDF", ...
Returns the value of attribute content_type.
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.
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.
892 893 894 |
# File 'sig/types.rbs', line 892 def id @id end |
#s3_path ⇒ Types::S3Path
Returns the value of attribute s3_path.
895 896 897 |
# File 'sig/types.rbs', line 895 def s3_path @s3_path end |
#title ⇒ ::String
Returns the value of attribute title.
893 894 895 |
# File 'sig/types.rbs', line 893 def title @title end |