Module: Aws::VPCLattice::Client::_GetAccessLogSubscriptionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAccessLogSubscriptionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #destination_arn ⇒ ::String
- #id ⇒ ::String
- #last_updated_at ⇒ ::Time
- #resource_arn ⇒ ::String
- #resource_id ⇒ ::String
- #service_network_log_type ⇒ "SERVICE", "RESOURCE"
Instance Method Details
#arn ⇒ ::String
545 |
# File 'sig/client.rbs', line 545
def arn: () -> ::String
|
#created_at ⇒ ::Time
550 |
# File 'sig/client.rbs', line 550
def created_at: () -> ::Time
|
#destination_arn ⇒ ::String
548 |
# File 'sig/client.rbs', line 548
def destination_arn: () -> ::String
|
#id ⇒ ::String
544 |
# File 'sig/client.rbs', line 544
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
551 |
# File 'sig/client.rbs', line 551
def last_updated_at: () -> ::Time
|
#resource_arn ⇒ ::String
547 |
# File 'sig/client.rbs', line 547
def resource_arn: () -> ::String
|
#resource_id ⇒ ::String
546 |
# File 'sig/client.rbs', line 546
def resource_id: () -> ::String
|
#service_network_log_type ⇒ "SERVICE", "RESOURCE"
549 |
# File 'sig/client.rbs', line 549
def service_network_log_type: () -> ("SERVICE" | "RESOURCE")
|