Class: Aws::Types::DescribeAgentPermissionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


4326
4327
4328
# File 'sig/types.rbs', line 4326

def agent_id
  @agent_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4325
4326
4327
# File 'sig/types.rbs', line 4325

def arn
  @arn
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



4327
4328
4329
# File 'sig/types.rbs', line 4327

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4328
4329
4330
# File 'sig/types.rbs', line 4328

def request_id
  @request_id
end