Class: Aws::VPCLattice::Types::ResourceGatewaySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ResourceGatewaySummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource gateway.
-
#created_at ⇒ Time
The date and time that the VPC endpoint association was created, in ISO-8601 format.
-
#id ⇒ String
The ID of the resource gateway.
-
#ip_address_type ⇒ String
The type of IP address used by the resource gateway.
-
#last_updated_at ⇒ Time
The most recent date and time that the resource gateway was updated, in ISO-8601 format.
-
#name ⇒ String
The name of the resource gateway.
-
#security_group_ids ⇒ Array<String>
The IDs of the security groups applied to the resource gateway.
-
#status ⇒ String
The name of the resource gateway.
-
#subnet_ids ⇒ Array<String>
The IDs of the VPC subnets for the resource gateway.
-
#vpc_identifier ⇒ String
The ID of the VPC for the resource gateway.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource gateway.
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_at ⇒ Time
The date and time that the VPC endpoint association was created, in ISO-8601 format.
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 |
#id ⇒ String
The ID of the resource gateway.
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_type ⇒ String
The type of IP address used by the resource gateway.
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_at ⇒ Time
The most recent date and time that the resource gateway was updated, in ISO-8601 format.
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 |
#name ⇒ String
The name of the resource gateway.
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_ids ⇒ Array<String>
The IDs of the security groups applied to the resource gateway.
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 |
#status ⇒ String
The name of the resource gateway.
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_ids ⇒ Array<String>
The IDs of the VPC subnets for the resource gateway.
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_identifier ⇒ String
The ID of the VPC for the resource gateway.
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 |