Module: Aws::VPCLattice::Client::_CreateAccessLogSubscriptionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAccessLogSubscriptionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #destination_arn ⇒ ::String
- #id ⇒ ::String
- #resource_arn ⇒ ::String
- #resource_id ⇒ ::String
- #service_network_log_type ⇒ "SERVICE", "RESOURCE"
Instance Method Details
#arn ⇒ ::String
104 |
# File 'sig/client.rbs', line 104
def arn: () -> ::String
|
#destination_arn ⇒ ::String
108 |
# File 'sig/client.rbs', line 108
def destination_arn: () -> ::String
|
#id ⇒ ::String
103 |
# File 'sig/client.rbs', line 103
def id: () -> ::String
|
#resource_arn ⇒ ::String
106 |
# File 'sig/client.rbs', line 106
def resource_arn: () -> ::String
|
#resource_id ⇒ ::String
105 |
# File 'sig/client.rbs', line 105
def resource_id: () -> ::String
|
#service_network_log_type ⇒ "SERVICE", "RESOURCE"
107 |
# File 'sig/client.rbs', line 107
def service_network_log_type: () -> ("SERVICE" | "RESOURCE")
|