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