Class: Aws::VPCLattice::Types::CreateAccessLogSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::CreateAccessLogSubscriptionResponse
- Defined in:
- gems/aws-sdk-vpclattice/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.
-
#destination_arn ⇒ String
The Amazon Resource Name (ARN) of the log destination.
-
#id ⇒ String
The ID of the access log subscription.
-
#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 type of log that monitors your Amazon VPC Lattice service networks.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the access log subscription.
223 224 225 226 227 228 229 230 231 232 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 223 class CreateAccessLogSubscriptionResponse < Struct.new( :arn, :destination_arn, :id, :resource_arn, :resource_id, :service_network_log_type) SENSITIVE = [] include Aws::Structure end |
#destination_arn ⇒ String
The Amazon Resource Name (ARN) of the log destination.
223 224 225 226 227 228 229 230 231 232 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 223 class CreateAccessLogSubscriptionResponse < Struct.new( :arn, :destination_arn, :id, :resource_arn, :resource_id, :service_network_log_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the access log subscription.
223 224 225 226 227 228 229 230 231 232 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 223 class CreateAccessLogSubscriptionResponse < Struct.new( :arn, :destination_arn, :id, :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.
223 224 225 226 227 228 229 230 231 232 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 223 class CreateAccessLogSubscriptionResponse < Struct.new( :arn, :destination_arn, :id, :resource_arn, :resource_id, :service_network_log_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the service network or service.
223 224 225 226 227 228 229 230 231 232 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 223 class CreateAccessLogSubscriptionResponse < Struct.new( :arn, :destination_arn, :id, :resource_arn, :resource_id, :service_network_log_type) SENSITIVE = [] include Aws::Structure end |
#service_network_log_type ⇒ String
The type of log that monitors your Amazon VPC Lattice service networks.
223 224 225 226 227 228 229 230 231 232 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 223 class CreateAccessLogSubscriptionResponse < Struct.new( :arn, :destination_arn, :id, :resource_arn, :resource_id, :service_network_log_type) SENSITIVE = [] include Aws::Structure end |