Class: Aws::Types::DocumentVersionMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#content_created_timestamp::Time

Returns the value of attribute content_created_timestamp.

Returns:

  • (::Time)


431
432
433
# File 'sig/types.rbs', line 431

def content_created_timestamp
  @content_created_timestamp
end

#content_modified_timestamp::Time

Returns the value of attribute content_modified_timestamp.

Returns:

  • (::Time)


432
433
434
# File 'sig/types.rbs', line 432

def content_modified_timestamp
  @content_modified_timestamp
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def content_type
  @content_type
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


429
430
431
# File 'sig/types.rbs', line 429

def created_timestamp
  @created_timestamp
end

#creator_id::String

Returns the value of attribute creator_id.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def creator_id
  @creator_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def id
  @id
end

#modified_timestamp::Time

Returns the value of attribute modified_timestamp.

Returns:

  • (::Time)


430
431
432
# File 'sig/types.rbs', line 430

def modified_timestamp
  @modified_timestamp
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def name
  @name
end

#signature::String

Returns the value of attribute signature.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def signature
  @signature
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


426
427
428
# File 'sig/types.rbs', line 426

def size
  @size
end

#source::Hash[("ORIGINAL" | "WITH_COMMENTS"), ::String]

Returns the value of attribute source.

Returns:

  • (::Hash[("ORIGINAL" | "WITH_COMMENTS"), ::String])


435
436
437
# File 'sig/types.rbs', line 435

def source
  @source
end

#status"INITIALIZED", "ACTIVE"

Returns the value of attribute status.

Returns:

  • ("INITIALIZED", "ACTIVE")


428
429
430
# File 'sig/types.rbs', line 428

def status
  @status
end

#thumbnail::Hash[("SMALL" | "SMALL_HQ" | "LARGE"), ::String]

Returns the value of attribute thumbnail.

Returns:

  • (::Hash[("SMALL" | "SMALL_HQ" | "LARGE"), ::String])


434
435
436
# File 'sig/types.rbs', line 434

def thumbnail
  @thumbnail
end