Class: Aws::VPCLattice::Types::GetResourceGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetResourceGatewayResponse
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
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 resource gateway was created, in ISO-8601 format.
-
#id ⇒ String
The ID of the resource gateway.
-
#ip_address_type ⇒ String
The type of IP address for the resource gateway.
-
#last_updated_at ⇒ Time
The date and time that the resource gateway was last updated, in ISO-8601 format.
-
#name ⇒ String
The name of the resource gateway.
-
#security_group_ids ⇒ Array<String>
The security group IDs associated with the resource gateway.
-
#status ⇒ String
The status for the resource gateway.
-
#subnet_ids ⇒ Array<String>
The IDs of the VPC subnets for resource gateway.
-
#vpc_id ⇒ String
The ID of the VPC for the resource gateway.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource gateway.
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_at ⇒ Time
The date and time that the resource gateway was created, in ISO-8601 format.
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 |
#id ⇒ String
The ID of the resource gateway.
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_type ⇒ String
The type of IP address for the resource gateway.
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_at ⇒ Time
The date and time that the resource gateway was last updated, in ISO-8601 format.
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 |
#name ⇒ String
The name of the resource gateway.
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_ids ⇒ Array<String>
The security group IDs associated with the resource gateway.
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 |
#status ⇒ String
The status for the resource gateway.
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_ids ⇒ Array<String>
The IDs of the VPC subnets for resource gateway.
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_id ⇒ String
The ID of the VPC for the resource gateway.
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 |