Class: Aws::RTBFabric::Types::GetInboundExternalLinkResponse

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

#attributesTypes::LinkAttributes

Attributes of the link.



842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 842

class GetInboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :domain_name,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp of when the inbound external link was created.

Returns:

  • (Time)


842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 842

class GetInboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :domain_name,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The domain name.

Returns:

  • (String)


842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 842

class GetInboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :domain_name,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#flow_modulesArray<Types::ModuleConfiguration>

The configuration of flow modules.

Returns:



842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 842

class GetInboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :domain_name,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 842

class GetInboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :domain_name,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

The unique identifier of the link.

Returns:

  • (String)


842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 842

class GetInboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :domain_name,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#log_settingsTypes::LinkLogSettings

Describes the settings for a link log.



842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 842

class GetInboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :domain_name,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#pending_flow_modulesArray<Types::ModuleConfiguration>

The configuration of pending flow modules.

Returns:



842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 842

class GetInboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :domain_name,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the request.

Returns:

  • (String)


842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 842

class GetInboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :domain_name,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :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>)


842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 842

class GetInboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :domain_name,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp of when the inbound external link was updated.

Returns:

  • (Time)


842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 842

class GetInboundExternalLinkResponse < Struct.new(
  :gateway_id,
  :link_id,
  :status,
  :domain_name,
  :flow_modules,
  :pending_flow_modules,
  :attributes,
  :created_at,
  :updated_at,
  :tags,
  :log_settings)
  SENSITIVE = []
  include Aws::Structure
end