Module: Aws::VPCLattice::Client::_CreateRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRuleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action ⇒ Types::RuleAction
- #arn ⇒ ::String
- #id ⇒ ::String
- #match ⇒ Types::RuleMatch
- #name ⇒ ::String
- #priority ⇒ ::Integer
Instance Method Details
#action ⇒ Types::RuleAction
215 |
# File 'sig/client.rbs', line 215
def action: () -> Types::RuleAction
|
#arn ⇒ ::String
210 |
# File 'sig/client.rbs', line 210
def arn: () -> ::String
|
#id ⇒ ::String
211 |
# File 'sig/client.rbs', line 211
def id: () -> ::String
|
#name ⇒ ::String
212 |
# File 'sig/client.rbs', line 212
def name: () -> ::String
|
#priority ⇒ ::Integer
214 |
# File 'sig/client.rbs', line 214
def priority: () -> ::Integer
|