Module: Aws::PrometheusService::Client::_PutRuleGroupsNamespaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutRuleGroupsNamespaceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #name ⇒ ::String
- #status ⇒ Types::RuleGroupsNamespaceStatus
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
513 |
# File 'sig/client.rbs', line 513
def arn: () -> ::String
|
#name ⇒ ::String
512 |
# File 'sig/client.rbs', line 512
def name: () -> ::String
|
#status ⇒ Types::RuleGroupsNamespaceStatus
514 |
# File 'sig/client.rbs', line 514
def status: () -> Types::RuleGroupsNamespaceStatus
|
#tags ⇒ ::Hash[::String, ::String]
515 |
# File 'sig/client.rbs', line 515
def tags: () -> ::Hash[::String, ::String]
|