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

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:



414
415
416
# File 'sig/types.rbs', line 414

def created_timestamp
  @created_timestamp
end

#creator_id::String

Returns the value of attribute creator_id.

Returns:



412
413
414
# File 'sig/types.rbs', line 412

def creator_id
  @creator_id
end

#id::String

Returns the value of attribute id.

Returns:



411
412
413
# File 'sig/types.rbs', line 411

def id
  @id
end

#labels::Array[::String]

Returns the value of attribute labels.

Returns:



418
419
420
# File 'sig/types.rbs', line 418

def labels
  @labels
end

#latest_version_metadataTypes::DocumentVersionMetadata

Returns the value of attribute latest_version_metadata.

Returns:



416
417
418
# File 'sig/types.rbs', line 416

def 
  @latest_version_metadata
end

#modified_timestamp::Time

Returns the value of attribute modified_timestamp.

Returns:



415
416
417
# File 'sig/types.rbs', line 415

def modified_timestamp
  @modified_timestamp
end

#parent_folder_id::String

Returns the value of attribute parent_folder_id.

Returns:



413
414
415
# File 'sig/types.rbs', line 413

def parent_folder_id
  @parent_folder_id
end

#resource_state"ACTIVE", ...

Returns the value of attribute resource_state.

Returns:



417
418
419
# File 'sig/types.rbs', line 417

def resource_state
  @resource_state
end