Class: Aws::Types::CreateFolderRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2307
2308
2309
# File 'sig/types.rbs', line 2307

def 
  @aws_account_id
end

#folder_id::String

Returns the value of attribute folder_id.

Returns:

  • (::String)


2308
2309
2310
# File 'sig/types.rbs', line 2308

def folder_id
  @folder_id
end

#folder_type"SHARED", "RESTRICTED"

Returns the value of attribute folder_type.

Returns:

  • ("SHARED", "RESTRICTED")


2310
2311
2312
# File 'sig/types.rbs', line 2310

def folder_type
  @folder_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2309
2310
2311
# File 'sig/types.rbs', line 2309

def name
  @name
end

#parent_folder_arn::String

Returns the value of attribute parent_folder_arn.

Returns:

  • (::String)


2311
2312
2313
# File 'sig/types.rbs', line 2311

def parent_folder_arn
  @parent_folder_arn
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



2312
2313
2314
# File 'sig/types.rbs', line 2312

def permissions
  @permissions
end

#sharing_model"ACCOUNT", "NAMESPACE"

Returns the value of attribute sharing_model.

Returns:

  • ("ACCOUNT", "NAMESPACE")


2314
2315
2316
# File 'sig/types.rbs', line 2314

def sharing_model
  @sharing_model
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2313
2314
2315
# File 'sig/types.rbs', line 2313

def tags
  @tags
end