Class: Aws::Types::FolderSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


5762
5763
5764
# File 'sig/types.rbs', line 5762

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


5766
5767
5768
# File 'sig/types.rbs', line 5766

def created_time
  @created_time
end

#folder_id::String

Returns the value of attribute folder_id.

Returns:

  • (::String)


5763
5764
5765
# File 'sig/types.rbs', line 5763

def folder_id
  @folder_id
end

#folder_type"SHARED", "RESTRICTED"

Returns the value of attribute folder_type.

Returns:

  • ("SHARED", "RESTRICTED")


5765
5766
5767
# File 'sig/types.rbs', line 5765

def folder_type
  @folder_type
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


5767
5768
5769
# File 'sig/types.rbs', line 5767

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5764
5765
5766
# File 'sig/types.rbs', line 5764

def name
  @name
end

#sharing_model"ACCOUNT", "NAMESPACE"

Returns the value of attribute sharing_model.

Returns:

  • ("ACCOUNT", "NAMESPACE")


5768
5769
5770
# File 'sig/types.rbs', line 5768

def sharing_model
  @sharing_model
end