Module: Aws::ManagedGrafana::Client::_CreateWorkspaceServiceAccountResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateWorkspaceServiceAccountResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#grafana_role ⇒ "ADMIN", ...
146 |
# File 'sig/client.rbs', line 146
def grafana_role: () -> ("ADMIN" | "EDITOR" | "VIEWER")
|
#id ⇒ ::String
144 |
# File 'sig/client.rbs', line 144
def id: () -> ::String
|
#name ⇒ ::String
145 |
# File 'sig/client.rbs', line 145
def name: () -> ::String
|
#workspace_id ⇒ ::String
147 |
# File 'sig/client.rbs', line 147
def workspace_id: () -> ::String
|