Class: Aws::Types::DescribeFolderResolvedPermissionsResponse

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)


4978
4979
4980
# File 'sig/types.rbs', line 4978

def arn
  @arn
end

#folder_id::String

Returns the value of attribute folder_id.

Returns:

  • (::String)


4977
4978
4979
# File 'sig/types.rbs', line 4977

def folder_id
  @folder_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4981
4982
4983
# File 'sig/types.rbs', line 4981

def next_token
  @next_token
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



4979
4980
4981
# File 'sig/types.rbs', line 4979

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4980
4981
4982
# File 'sig/types.rbs', line 4980

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4976
4977
4978
# File 'sig/types.rbs', line 4976

def status
  @status
end