Class: Aws::ManagedGrafana::Types::UpdatePermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::UpdatePermissionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::UpdateError>
An array of structures that contain the errors from the operation, if any.
Instance Attribute Details
#errors ⇒ Array<Types::UpdateError>
An array of structures that contain the errors from the operation, if any.
1632 1633 1634 1635 1636 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1632 class UpdatePermissionsResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |