Class: Aws::ElastiCache::Types::Subnet
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::Subnet
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Represents the subnet associated with a cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with ElastiCache.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subnet_availability_zone ⇒ Types::AvailabilityZone
The Availability Zone associated with the subnet.
-
#subnet_identifier ⇒ String
The unique identifier for the subnet.
-
#subnet_outpost ⇒ Types::SubnetOutpost
The outpost ARN of the subnet.
Instance Attribute Details
#subnet_availability_zone ⇒ Types::AvailabilityZone
The Availability Zone associated with the subnet.
8621 8622 8623 8624 8625 8626 8627 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8621 class Subnet < Struct.new( :subnet_identifier, :subnet_availability_zone, :subnet_outpost) SENSITIVE = [] include Aws::Structure end |
#subnet_identifier ⇒ String
The unique identifier for the subnet.
8621 8622 8623 8624 8625 8626 8627 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8621 class Subnet < Struct.new( :subnet_identifier, :subnet_availability_zone, :subnet_outpost) SENSITIVE = [] include Aws::Structure end |
#subnet_outpost ⇒ Types::SubnetOutpost
The outpost ARN of the subnet.
8621 8622 8623 8624 8625 8626 8627 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8621 class Subnet < Struct.new( :subnet_identifier, :subnet_availability_zone, :subnet_outpost) SENSITIVE = [] include Aws::Structure end |