Class: Aws::VPCLattice::Types::GetAccessLogSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetAccessLogSubscriptionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the access log subscription.
-
#created_at ⇒ Time
The date and time that the access log subscription was created, in ISO-8601 format.
-
#destination_arn ⇒ String
The Amazon Resource Name (ARN) of the access log destination.
-
#id ⇒ String
The ID of the access log subscription.
-
#last_updated_at ⇒ Time
The date and time that the access log subscription was last updated, in ISO-8601 format.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the service network or service.
-
#resource_id ⇒ String
The ID of the service network or service.
-
#service_network_log_type ⇒ String
The log type for the service network.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the access log subscription.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1724 class GetAccessLogSubscriptionResponse < Struct.new( :arn, :created_at, :destination_arn, :id, :last_updated_at, :resource_arn, :resource_id, :service_network_log_type) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the access log subscription was created, in ISO-8601 format.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1724 class GetAccessLogSubscriptionResponse < Struct.new( :arn, :created_at, :destination_arn, :id, :last_updated_at, :resource_arn, :resource_id, :service_network_log_type) SENSITIVE = [] include Aws::Structure end |
#destination_arn ⇒ String
The Amazon Resource Name (ARN) of the access log destination.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1724 class GetAccessLogSubscriptionResponse < Struct.new( :arn, :created_at, :destination_arn, :id, :last_updated_at, :resource_arn, :resource_id, :service_network_log_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the access log subscription.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1724 class GetAccessLogSubscriptionResponse < Struct.new( :arn, :created_at, :destination_arn, :id, :last_updated_at, :resource_arn, :resource_id, :service_network_log_type) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and time that the access log subscription was last updated, in ISO-8601 format.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1724 class GetAccessLogSubscriptionResponse < Struct.new( :arn, :created_at, :destination_arn, :id, :last_updated_at, :resource_arn, :resource_id, :service_network_log_type) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the service network or service.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1724 class GetAccessLogSubscriptionResponse < Struct.new( :arn, :created_at, :destination_arn, :id, :last_updated_at, :resource_arn, :resource_id, :service_network_log_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the service network or service.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1724 class GetAccessLogSubscriptionResponse < Struct.new( :arn, :created_at, :destination_arn, :id, :last_updated_at, :resource_arn, :resource_id, :service_network_log_type) SENSITIVE = [] include Aws::Structure end |
#service_network_log_type ⇒ String
The log type for the service network.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1724 class GetAccessLogSubscriptionResponse < Struct.new( :arn, :created_at, :destination_arn, :id, :last_updated_at, :resource_arn, :resource_id, :service_network_log_type) SENSITIVE = [] include Aws::Structure end |