Class: Aws::Types::DocumentMetadata
- Inherits:
-
Object
- Object
- Aws::Types::DocumentMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_control_list ⇒ ::Array[Types::DocumentAccessControlEntry]
Returns the value of attribute access_control_list.
-
#inline_attributes ⇒ ::Array[Types::MetadataAttribute]
Returns the value of attribute inline_attributes.
-
#s3_location ⇒ Types::CustomS3Location
Returns the value of attribute s3_location.
-
#type ⇒ "IN_LINE_ATTRIBUTE", "S3_LOCATION"
Returns the value of attribute type.
Instance Attribute Details
#access_control_list ⇒ ::Array[Types::DocumentAccessControlEntry]
Returns the value of attribute access_control_list.
907 908 909 |
# File 'sig/types.rbs', line 907 def access_control_list @access_control_list end |
#inline_attributes ⇒ ::Array[Types::MetadataAttribute]
Returns the value of attribute inline_attributes.
905 906 907 |
# File 'sig/types.rbs', line 905 def inline_attributes @inline_attributes end |
#s3_location ⇒ Types::CustomS3Location
Returns the value of attribute s3_location.
906 907 908 |
# File 'sig/types.rbs', line 906 def s3_location @s3_location end |
#type ⇒ "IN_LINE_ATTRIBUTE", "S3_LOCATION"
Returns the value of attribute type.
904 905 906 |
# File 'sig/types.rbs', line 904 def type @type end |