Class: Aws::MemoryDB::Types::SubnetGroup

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

Overview

Represents the output of one of the following operations:

  • CreateSubnetGroup

  • UpdateSubnetGroup

A subnet group is a collection of subnets (typically private) that you can designate for your clusters running in an Amazon Virtual Private Cloud (VPC) environment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN (Amazon Resource Name) of the subnet group.

Returns:

  • (String)


2855
2856
2857
2858
2859
2860
2861
2862
2863
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2855

class SubnetGroup < Struct.new(
  :name,
  :description,
  :vpc_id,
  :subnets,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the subnet group

Returns:

  • (String)


2855
2856
2857
2858
2859
2860
2861
2862
2863
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2855

class SubnetGroup < Struct.new(
  :name,
  :description,
  :vpc_id,
  :subnets,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the subnet group

Returns:

  • (String)


2855
2856
2857
2858
2859
2860
2861
2862
2863
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2855

class SubnetGroup < Struct.new(
  :name,
  :description,
  :vpc_id,
  :subnets,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#subnetsArray<Types::Subnet>

A list of subnets associated with the subnet group.

Returns:



2855
2856
2857
2858
2859
2860
2861
2862
2863
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2855

class SubnetGroup < Struct.new(
  :name,
  :description,
  :vpc_id,
  :subnets,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

Returns:

  • (String)


2855
2856
2857
2858
2859
2860
2861
2862
2863
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2855

class SubnetGroup < Struct.new(
  :name,
  :description,
  :vpc_id,
  :subnets,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end