Class: Aws::RTBFabric::Types::GetRequesterGatewayResponse

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

The count of active links for the requester gateway.

Returns:

  • (Integer)


1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1046

class GetRequesterGatewayResponse < Struct.new(
  :status,
  :domain_name,
  :description,
  :created_at,
  :updated_at,
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :gateway_id,
  :tags,
  :active_links_count,
  :total_links_count)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp of when the requester gateway was created.

Returns:

  • (Time)


1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1046

class GetRequesterGatewayResponse < Struct.new(
  :status,
  :domain_name,
  :description,
  :created_at,
  :updated_at,
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :gateway_id,
  :tags,
  :active_links_count,
  :total_links_count)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the requester gateway.

Returns:

  • (String)


1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1046

class GetRequesterGatewayResponse < Struct.new(
  :status,
  :domain_name,
  :description,
  :created_at,
  :updated_at,
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :gateway_id,
  :tags,
  :active_links_count,
  :total_links_count)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The domain name of the requester gateway.

Returns:

  • (String)


1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1046

class GetRequesterGatewayResponse < Struct.new(
  :status,
  :domain_name,
  :description,
  :created_at,
  :updated_at,
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :gateway_id,
  :tags,
  :active_links_count,
  :total_links_count)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1046

class GetRequesterGatewayResponse < Struct.new(
  :status,
  :domain_name,
  :description,
  :created_at,
  :updated_at,
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :gateway_id,
  :tags,
  :active_links_count,
  :total_links_count)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

The unique identifiers of the security groups.

Returns:

  • (Array<String>)


1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1046

class GetRequesterGatewayResponse < Struct.new(
  :status,
  :domain_name,
  :description,
  :created_at,
  :updated_at,
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :gateway_id,
  :tags,
  :active_links_count,
  :total_links_count)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the request.

Returns:

  • (String)


1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1046

class GetRequesterGatewayResponse < Struct.new(
  :status,
  :domain_name,
  :description,
  :created_at,
  :updated_at,
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :gateway_id,
  :tags,
  :active_links_count,
  :total_links_count)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The unique identifiers of the subnets.

Returns:

  • (Array<String>)


1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1046

class GetRequesterGatewayResponse < Struct.new(
  :status,
  :domain_name,
  :description,
  :created_at,
  :updated_at,
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :gateway_id,
  :tags,
  :active_links_count,
  :total_links_count)
  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>)


1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1046

class GetRequesterGatewayResponse < Struct.new(
  :status,
  :domain_name,
  :description,
  :created_at,
  :updated_at,
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :gateway_id,
  :tags,
  :active_links_count,
  :total_links_count)
  SENSITIVE = []
  include Aws::Structure
end

The total count of links for the requester gateway.

Returns:

  • (Integer)


1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1046

class GetRequesterGatewayResponse < Struct.new(
  :status,
  :domain_name,
  :description,
  :created_at,
  :updated_at,
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :gateway_id,
  :tags,
  :active_links_count,
  :total_links_count)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp of when the requester gateway was updated.

Returns:

  • (Time)


1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1046

class GetRequesterGatewayResponse < Struct.new(
  :status,
  :domain_name,
  :description,
  :created_at,
  :updated_at,
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :gateway_id,
  :tags,
  :active_links_count,
  :total_links_count)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The unique identifier of the Virtual Private Cloud (VPC).

Returns:

  • (String)


1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1046

class GetRequesterGatewayResponse < Struct.new(
  :status,
  :domain_name,
  :description,
  :created_at,
  :updated_at,
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :gateway_id,
  :tags,
  :active_links_count,
  :total_links_count)
  SENSITIVE = []
  include Aws::Structure
end