Class: Aws::VPCLattice::Types::AccessLogSubscriptionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::AccessLogSubscriptionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Summary information about an access log subscription.
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, specified in ISO-8601 format.
-
#destination_arn ⇒ String
The Amazon Resource Name (ARN) of the 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, specified in ISO-8601 format.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the service or service network.
-
#resource_id ⇒ String
The ID of the service or service network.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the access log subscription
60 61 62 63 64 65 66 67 68 69 70 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 60 class AccessLogSubscriptionSummary < Struct.new( :arn, :created_at, :destination_arn, :id, :last_updated_at, :resource_arn, :resource_id) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the access log subscription was created, specified in ISO-8601 format.
60 61 62 63 64 65 66 67 68 69 70 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 60 class AccessLogSubscriptionSummary < Struct.new( :arn, :created_at, :destination_arn, :id, :last_updated_at, :resource_arn, :resource_id) SENSITIVE = [] include Aws::Structure end |
#destination_arn ⇒ String
The Amazon Resource Name (ARN) of the destination.
60 61 62 63 64 65 66 67 68 69 70 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 60 class AccessLogSubscriptionSummary < Struct.new( :arn, :created_at, :destination_arn, :id, :last_updated_at, :resource_arn, :resource_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the access log subscription.
60 61 62 63 64 65 66 67 68 69 70 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 60 class AccessLogSubscriptionSummary < Struct.new( :arn, :created_at, :destination_arn, :id, :last_updated_at, :resource_arn, :resource_id) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and time that the access log subscription was last updated, specified in ISO-8601 format.
60 61 62 63 64 65 66 67 68 69 70 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 60 class AccessLogSubscriptionSummary < Struct.new( :arn, :created_at, :destination_arn, :id, :last_updated_at, :resource_arn, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the service or service network.
60 61 62 63 64 65 66 67 68 69 70 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 60 class AccessLogSubscriptionSummary < Struct.new( :arn, :created_at, :destination_arn, :id, :last_updated_at, :resource_arn, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the service or service network.
60 61 62 63 64 65 66 67 68 69 70 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 60 class AccessLogSubscriptionSummary < Struct.new( :arn, :created_at, :destination_arn, :id, :last_updated_at, :resource_arn, :resource_id) SENSITIVE = [] include Aws::Structure end |