Class: Aws::Types::DescribeAppPermissionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id::String

Returns the value of attribute app_id.

Returns:

  • (::String)


4571
4572
4573
# File 'sig/types.rbs', line 4571

def app_id
  @app_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4572
4573
4574
# File 'sig/types.rbs', line 4572

def arn
  @arn
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



4573
4574
4575
# File 'sig/types.rbs', line 4573

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4574
4575
4576
# File 'sig/types.rbs', line 4574

def request_id
  @request_id
end