Class: Aws::Types::UpdateFolderRequest

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)


12285
12286
12287
# File 'sig/types.rbs', line 12285

def 
  @aws_account_id
end

#folder_id::String

Returns the value of attribute folder_id.

Returns:

  • (::String)


12286
12287
12288
# File 'sig/types.rbs', line 12286

def folder_id
  @folder_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12287
12288
12289
# File 'sig/types.rbs', line 12287

def name
  @name
end