Module: Aws::VPCLattice::Client::_UpdateAccessLogSubscriptionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAccessLogSubscriptionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #destination_arn ⇒ ::String
- #id ⇒ ::String
- #resource_arn ⇒ ::String
- #resource_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
1123 |
# File 'sig/client.rbs', line 1123
def arn: () -> ::String
|
#destination_arn ⇒ ::String
1126 |
# File 'sig/client.rbs', line 1126
def destination_arn: () -> ::String
|
#id ⇒ ::String
1122 |
# File 'sig/client.rbs', line 1122
def id: () -> ::String
|
#resource_arn ⇒ ::String
1125 |
# File 'sig/client.rbs', line 1125
def resource_arn: () -> ::String
|
#resource_id ⇒ ::String
1124 |
# File 'sig/client.rbs', line 1124
def resource_id: () -> ::String
|