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)


2423
2424
2425
# File 'sig/types.rbs', line 2423

def 
  @aws_account_id
end

#folder_id::String

Returns the value of attribute folder_id.

Returns:

  • (::String)


2424
2425
2426
# File 'sig/types.rbs', line 2424

def folder_id
  @folder_id
end

#folder_type"SHARED", "RESTRICTED"

Returns the value of attribute folder_type.

Returns:

  • ("SHARED", "RESTRICTED")


2426
2427
2428
# File 'sig/types.rbs', line 2426

def folder_type
  @folder_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2425
2426
2427
# File 'sig/types.rbs', line 2425

def name
  @name
end

#parent_folder_arn::String

Returns the value of attribute parent_folder_arn.

Returns:

  • (::String)


2427
2428
2429
# File 'sig/types.rbs', line 2427

def parent_folder_arn
  @parent_folder_arn
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



2428
2429
2430
# File 'sig/types.rbs', line 2428

def permissions
  @permissions
end

#sharing_model"ACCOUNT", "NAMESPACE"

Returns the value of attribute sharing_model.

Returns:

  • ("ACCOUNT", "NAMESPACE")


2430
2431
2432
# File 'sig/types.rbs', line 2430

def sharing_model
  @sharing_model
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2429
2430
2431
# File 'sig/types.rbs', line 2429

def tags
  @tags
end