Module: Aws::VPCLattice::Client::_UpdateRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateRuleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action ⇒ Types::RuleAction
- #arn ⇒ ::String
- #id ⇒ ::String
- #is_default ⇒ Boolean
- #match ⇒ Types::RuleMatch
- #name ⇒ ::String
- #priority ⇒ ::Integer
Instance Method Details
#action ⇒ Types::RuleAction
1203 |
# File 'sig/client.rbs', line 1203
def action: () -> Types::RuleAction
|
#arn ⇒ ::String
1197 |
# File 'sig/client.rbs', line 1197
def arn: () -> ::String
|
#id ⇒ ::String
1198 |
# File 'sig/client.rbs', line 1198
def id: () -> ::String
|
#is_default ⇒ Boolean
1200 |
# File 'sig/client.rbs', line 1200
def is_default: () -> bool
|
#name ⇒ ::String
1199 |
# File 'sig/client.rbs', line 1199
def name: () -> ::String
|
#priority ⇒ ::Integer
1202 |
# File 'sig/client.rbs', line 1202
def priority: () -> ::Integer
|