Module: Aws::VPCLattice::Client::_GetRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRuleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action ⇒ Types::RuleAction
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #id ⇒ ::String
- #is_default ⇒ Boolean
- #last_updated_at ⇒ ::Time
- #match ⇒ Types::RuleMatch
- #name ⇒ ::String
- #priority ⇒ ::Integer
Instance Method Details
#action ⇒ Types::RuleAction
679 |
# File 'sig/client.rbs', line 679
def action: () -> Types::RuleAction
|
#arn ⇒ ::String
673 |
# File 'sig/client.rbs', line 673
def arn: () -> ::String
|
#created_at ⇒ ::Time
680 |
# File 'sig/client.rbs', line 680
def created_at: () -> ::Time
|
#id ⇒ ::String
674 |
# File 'sig/client.rbs', line 674
def id: () -> ::String
|
#is_default ⇒ Boolean
676 |
# File 'sig/client.rbs', line 676
def is_default: () -> bool
|
#last_updated_at ⇒ ::Time
681 |
# File 'sig/client.rbs', line 681
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
675 |
# File 'sig/client.rbs', line 675
def name: () -> ::String
|
#priority ⇒ ::Integer
678 |
# File 'sig/client.rbs', line 678
def priority: () -> ::Integer
|