Class: Aws::ManagedGrafana::Types::UpdatePermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::UpdatePermissionsResponse
- Defined in:
- gems/aws-sdk-managedgrafana/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.
1638 1639 1640 1641 1642 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1638 class UpdatePermissionsResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |