Class: Aws::Types::ResourceMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :original_name])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


702
703
704
# File 'sig/types.rbs', line 702

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


700
701
702
# File 'sig/types.rbs', line 700

def name
  @name
end

#original_name::String

Returns the value of attribute original_name.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def original_name
  @original_name
end

#ownerTypes::UserMetadata

Returns the value of attribute owner.

Returns:



704
705
706
# File 'sig/types.rbs', line 704

def owner
  @owner
end

#parent_id::String

Returns the value of attribute parent_id.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def parent_id
  @parent_id
end

#type"FOLDER", "DOCUMENT"

Returns the value of attribute type.

Returns:

  • ("FOLDER", "DOCUMENT")


699
700
701
# File 'sig/types.rbs', line 699

def type
  @type
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def version_id
  @version_id
end