Class: Aws::Types::FolderMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


479
480
481
# File 'sig/types.rbs', line 479

def created_timestamp
  @created_timestamp
end

#creator_id::String

Returns the value of attribute creator_id.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def creator_id
  @creator_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def id
  @id
end

#labels::Array[::String]

Returns the value of attribute labels.

Returns:

  • (::Array[::String])


483
484
485
# File 'sig/types.rbs', line 483

def labels
  @labels
end

#latest_version_size::Integer

Returns the value of attribute latest_version_size.

Returns:

  • (::Integer)


485
486
487
# File 'sig/types.rbs', line 485

def latest_version_size
  @latest_version_size
end

#modified_timestamp::Time

Returns the value of attribute modified_timestamp.

Returns:

  • (::Time)


480
481
482
# File 'sig/types.rbs', line 480

def modified_timestamp
  @modified_timestamp
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def name
  @name
end

#parent_folder_id::String

Returns the value of attribute parent_folder_id.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def parent_folder_id
  @parent_folder_id
end

#resource_state"ACTIVE", ...

Returns the value of attribute resource_state.

Returns:

  • ("ACTIVE", "RESTORING", "RECYCLING", "RECYCLED")


481
482
483
# File 'sig/types.rbs', line 481

def resource_state
  @resource_state
end

#signature::String

Returns the value of attribute signature.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def signature
  @signature
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


484
485
486
# File 'sig/types.rbs', line 484

def size
  @size
end