Module: Aws::PrometheusService::Client::_CreateWorkspaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateWorkspaceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #kms_key_arn ⇒ ::String
- #status ⇒ Types::WorkspaceStatus
- #tags ⇒ ::Hash[::String, ::String]
- #workspace_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
203 |
# File 'sig/client.rbs', line 203 def arn: () -> ::String |
#kms_key_arn ⇒ ::String
206 |
# File 'sig/client.rbs', line 206 def kms_key_arn: () -> ::String |
#status ⇒ Types::WorkspaceStatus
204 |
# File 'sig/client.rbs', line 204 def status: () -> Types::WorkspaceStatus |
#tags ⇒ ::Hash[::String, ::String]
205 |
# File 'sig/client.rbs', line 205 def tags: () -> ::Hash[::String, ::String] |
#workspace_id ⇒ ::String
202 |
# File 'sig/client.rbs', line 202 def workspace_id: () -> ::String |