Class: Aws::ElastiCache::Types::SubnetOutpost

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

Overview

The ID of the outpost subnet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_outpost_arnString

The outpost ARN of the subnet.

Returns:

  • (String)


9268
9269
9270
9271
9272
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9268

class SubnetOutpost < Struct.new(
  :subnet_outpost_arn)
  SENSITIVE = []
  include Aws::Structure
end