Class: Aws::Types::Folder

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)


5738
5739
5740
# File 'sig/types.rbs', line 5738

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


5742
5743
5744
# File 'sig/types.rbs', line 5742

def created_time
  @created_time
end

#folder_id::String

Returns the value of attribute folder_id.

Returns:

  • (::String)


5737
5738
5739
# File 'sig/types.rbs', line 5737

def folder_id
  @folder_id
end

#folder_path::Array[::String]

Returns the value of attribute folder_path.

Returns:

  • (::Array[::String])


5741
5742
5743
# File 'sig/types.rbs', line 5741

def folder_path
  @folder_path
end

#folder_type"SHARED", "RESTRICTED"

Returns the value of attribute folder_type.

Returns:

  • ("SHARED", "RESTRICTED")


5740
5741
5742
# File 'sig/types.rbs', line 5740

def folder_type
  @folder_type
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


5743
5744
5745
# File 'sig/types.rbs', line 5743

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5739
5740
5741
# File 'sig/types.rbs', line 5739

def name
  @name
end

#sharing_model"ACCOUNT", "NAMESPACE"

Returns the value of attribute sharing_model.

Returns:

  • ("ACCOUNT", "NAMESPACE")


5744
5745
5746
# File 'sig/types.rbs', line 5744

def sharing_model
  @sharing_model
end