Class: Aws::VPCLattice::Types::ResourceGatewaySummary

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

Overview

Summary information about a resource gateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource gateway.

Returns:

  • (String)


3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3911

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

#created_atTime

The date and time that the VPC endpoint association was created, in ISO-8601 format.

Returns:

  • (Time)


3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3911

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

#idString

The ID of the resource gateway.

Returns:

  • (String)


3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3911

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

#ip_address_typeString

The type of IP address used by the resource gateway.

Returns:

  • (String)


3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3911

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

#last_updated_atTime

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

Returns:

  • (Time)


3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3911

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

#nameString

The name of the resource gateway.

Returns:

  • (String)


3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3911

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

#security_group_idsArray<String>

The IDs of the security groups applied to the resource gateway.

Returns:

  • (Array<String>)


3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3911

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

#statusString

The name of the resource gateway.

Returns:

  • (String)


3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3911

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

#subnet_idsArray<String>

The IDs of the VPC subnets for the resource gateway.

Returns:

  • (Array<String>)


3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3911

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

#vpc_identifierString

The ID of the VPC for the resource gateway.

Returns:

  • (String)


3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3911

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