Class: Aws::VPCLattice::Types::GetAccessLogSubscriptionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the access log subscription.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1215

class GetAccessLogSubscriptionResponse < Struct.new(
  :arn,
  :created_at,
  :destination_arn,
  :id,
  :last_updated_at,
  :resource_arn,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the access log subscription was created, specified in ISO-8601 format.

Returns:

  • (Time)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1215

class GetAccessLogSubscriptionResponse < Struct.new(
  :arn,
  :created_at,
  :destination_arn,
  :id,
  :last_updated_at,
  :resource_arn,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#destination_arnString

The Amazon Resource Name (ARN) of the access log destination.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1215

class GetAccessLogSubscriptionResponse < Struct.new(
  :arn,
  :created_at,
  :destination_arn,
  :id,
  :last_updated_at,
  :resource_arn,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the access log subscription.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1215

class GetAccessLogSubscriptionResponse < Struct.new(
  :arn,
  :created_at,
  :destination_arn,
  :id,
  :last_updated_at,
  :resource_arn,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The date and time that the access log subscription was last updated, specified in ISO-8601 format.

Returns:

  • (Time)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1215

class GetAccessLogSubscriptionResponse < Struct.new(
  :arn,
  :created_at,
  :destination_arn,
  :id,
  :last_updated_at,
  :resource_arn,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the service network or service.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1215

class GetAccessLogSubscriptionResponse < Struct.new(
  :arn,
  :created_at,
  :destination_arn,
  :id,
  :last_updated_at,
  :resource_arn,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the service network or service.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1215

class GetAccessLogSubscriptionResponse < Struct.new(
  :arn,
  :created_at,
  :destination_arn,
  :id,
  :last_updated_at,
  :resource_arn,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end