Class: Aws::Types::UpdateAgentPermissionsResponse

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)


12302
12303
12304
# File 'sig/types.rbs', line 12302

def agent_id
  @agent_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


12301
12302
12303
# File 'sig/types.rbs', line 12301

def arn
  @arn
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



12304
12305
12306
# File 'sig/types.rbs', line 12304

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12303
12304
12305
# File 'sig/types.rbs', line 12303

def request_id
  @request_id
end