Class: Aws::Types::DescribeFolderResolvedPermissionsRequest

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)


4745
4746
4747
# File 'sig/types.rbs', line 4745

def 
  @aws_account_id
end

#folder_id::String

Returns the value of attribute folder_id.

Returns:

  • (::String)


4746
4747
4748
# File 'sig/types.rbs', line 4746

def folder_id
  @folder_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4748
4749
4750
# File 'sig/types.rbs', line 4748

def max_results
  @max_results
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


4747
4748
4749
# File 'sig/types.rbs', line 4747

def namespace
  @namespace
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4749
4750
4751
# File 'sig/types.rbs', line 4749

def next_token
  @next_token
end