Class: Aws::Types::DocumentMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_list::Array[Types::DocumentAccessControlEntry]

Returns the value of attribute access_control_list.

Returns:



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.

Returns:



905
906
907
# File 'sig/types.rbs', line 905

def inline_attributes
  @inline_attributes
end

#s3_locationTypes::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.

Returns:

  • ("IN_LINE_ATTRIBUTE", "S3_LOCATION")


904
905
906
# File 'sig/types.rbs', line 904

def type
  @type
end