Module: Aws::PrometheusService::Client::_CreateRuleGroupsNamespaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRuleGroupsNamespaceResponse]
- 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
145 |
# File 'sig/client.rbs', line 145
def arn: () -> ::String
|
#name ⇒ ::String
144 |
# File 'sig/client.rbs', line 144
def name: () -> ::String
|
#status ⇒ Types::RuleGroupsNamespaceStatus
146 |
# File 'sig/client.rbs', line 146
def status: () -> Types::RuleGroupsNamespaceStatus
|
#tags ⇒ ::Hash[::String, ::String]
147 |
# File 'sig/client.rbs', line 147
def tags: () -> ::Hash[::String, ::String]
|