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