Class: Aws::RTBFabric::Types::GetOutboundExternalLinkResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the outbound external link was created.

Returns:

  • (Time)


995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 995

class GetOutboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :public_endpoint,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 995

class GetOutboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :public_endpoint,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

The unique identifier of the link.

Returns:

  • (String)


995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 995

class GetOutboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :public_endpoint,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#log_settingsTypes::LinkLogSettings

Describes the settings for a link log.



995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 995

class GetOutboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :public_endpoint,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#public_endpointString

The public endpoint for the link.

Returns:

  • (String)


995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 995

class GetOutboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :public_endpoint,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the request.

Returns:

  • (String)


995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 995

class GetOutboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :public_endpoint,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A map of the key-value pairs for the tag or tags assigned to the specified resource.

Returns:

  • (Hash<String,String>)


995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 995

class GetOutboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :public_endpoint,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp of when the outbound external link was updated.

Returns:

  • (Time)


995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 995

class GetOutboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :public_endpoint,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end