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)


6004
6005
6006
# File 'sig/types.rbs', line 6004

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


6008
6009
6010
# File 'sig/types.rbs', line 6008

def created_time
  @created_time
end

#folder_id::String

Returns the value of attribute folder_id.

Returns:

  • (::String)


6003
6004
6005
# File 'sig/types.rbs', line 6003

def folder_id
  @folder_id
end

#folder_path::Array[::String]

Returns the value of attribute folder_path.

Returns:

  • (::Array[::String])


6007
6008
6009
# File 'sig/types.rbs', line 6007

def folder_path
  @folder_path
end

#folder_type"SHARED", "RESTRICTED"

Returns the value of attribute folder_type.

Returns:

  • ("SHARED", "RESTRICTED")


6006
6007
6008
# File 'sig/types.rbs', line 6006

def folder_type
  @folder_type
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


6009
6010
6011
# File 'sig/types.rbs', line 6009

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6005
6006
6007
# File 'sig/types.rbs', line 6005

def name
  @name
end

#sharing_model"ACCOUNT", "NAMESPACE"

Returns the value of attribute sharing_model.

Returns:

  • ("ACCOUNT", "NAMESPACE")


6010
6011
6012
# File 'sig/types.rbs', line 6010

def sharing_model
  @sharing_model
end