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
200 |
# File 'sig/client.rbs', line 200
def arn: () -> ::String
|
#kms_key_arn ⇒ ::String
203 |
# File 'sig/client.rbs', line 203
def kms_key_arn: () -> ::String
|
#status ⇒ Types::WorkspaceStatus
201 |
# File 'sig/client.rbs', line 201
def status: () -> Types::WorkspaceStatus
|
#tags ⇒ ::Hash[::String, ::String]
202 |
# File 'sig/client.rbs', line 202
def tags: () -> ::Hash[::String, ::String]
|
#workspace_id ⇒ ::String
199 |
# File 'sig/client.rbs', line 199
def workspace_id: () -> ::String
|