Class: Aws::VPCLattice::Types::GetResourceGatewayResponse

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 resource gateway.

Returns:

  • (String)


2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2036

class GetResourceGatewayResponse < Struct.new(
  :arn,
  :created_at,
  :id,
  :ip_address_type,
  :last_updated_at,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the resource gateway was created, in ISO-8601 format.

Returns:

  • (Time)


2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2036

class GetResourceGatewayResponse < Struct.new(
  :arn,
  :created_at,
  :id,
  :ip_address_type,
  :last_updated_at,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the resource gateway.

Returns:

  • (String)


2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2036

class GetResourceGatewayResponse < Struct.new(
  :arn,
  :created_at,
  :id,
  :ip_address_type,
  :last_updated_at,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#ip_address_typeString

The type of IP address for the resource gateway.

Returns:

  • (String)


2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2036

class GetResourceGatewayResponse < Struct.new(
  :arn,
  :created_at,
  :id,
  :ip_address_type,
  :last_updated_at,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The date and time that the resource gateway was last updated, in ISO-8601 format.

Returns:

  • (Time)


2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2036

class GetResourceGatewayResponse < Struct.new(
  :arn,
  :created_at,
  :id,
  :ip_address_type,
  :last_updated_at,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource gateway.

Returns:

  • (String)


2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2036

class GetResourceGatewayResponse < Struct.new(
  :arn,
  :created_at,
  :id,
  :ip_address_type,
  :last_updated_at,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

The security group IDs associated with the resource gateway.

Returns:

  • (Array<String>)


2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2036

class GetResourceGatewayResponse < Struct.new(
  :arn,
  :created_at,
  :id,
  :ip_address_type,
  :last_updated_at,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status for the resource gateway.

Returns:

  • (String)


2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2036

class GetResourceGatewayResponse < Struct.new(
  :arn,
  :created_at,
  :id,
  :ip_address_type,
  :last_updated_at,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The IDs of the VPC subnets for resource gateway.

Returns:

  • (Array<String>)


2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2036

class GetResourceGatewayResponse < Struct.new(
  :arn,
  :created_at,
  :id,
  :ip_address_type,
  :last_updated_at,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC for the resource gateway.

Returns:

  • (String)


2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2036

class GetResourceGatewayResponse < Struct.new(
  :arn,
  :created_at,
  :id,
  :ip_address_type,
  :last_updated_at,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end