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.
1147 1148 1149 1150 1151 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1147 class UpdatePermissionsResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |