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
517 |
# File 'sig/client.rbs', line 517
def arn: () -> ::String
|
#name ⇒ ::String
516 |
# File 'sig/client.rbs', line 516
def name: () -> ::String
|
#status ⇒ Types::RuleGroupsNamespaceStatus
518 |
# File 'sig/client.rbs', line 518
def status: () -> Types::RuleGroupsNamespaceStatus
|
#tags ⇒ ::Hash[::String, ::String]
519 |
# File 'sig/client.rbs', line 519
def tags: () -> ::Hash[::String, ::String]
|