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)


6028
6029
6030
# File 'sig/types.rbs', line 6028

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


6032
6033
6034
# File 'sig/types.rbs', line 6032

def created_time
  @created_time
end

#folder_id::String

Returns the value of attribute folder_id.

Returns:

  • (::String)


6029
6030
6031
# File 'sig/types.rbs', line 6029

def folder_id
  @folder_id
end

#folder_type"SHARED", "RESTRICTED"

Returns the value of attribute folder_type.

Returns:

  • ("SHARED", "RESTRICTED")


6031
6032
6033
# File 'sig/types.rbs', line 6031

def folder_type
  @folder_type
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


6033
6034
6035
# File 'sig/types.rbs', line 6033

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6030
6031
6032
# File 'sig/types.rbs', line 6030

def name
  @name
end

#sharing_model"ACCOUNT", "NAMESPACE"

Returns the value of attribute sharing_model.

Returns:

  • ("ACCOUNT", "NAMESPACE")


6034
6035
6036
# File 'sig/types.rbs', line 6034

def sharing_model
  @sharing_model
end