Class: Aws::Neptune::Types::VpcSecurityGroupMembership

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

Overview

This data type is used as a response element for queries on VPC security group membership.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the VPC security group.

Returns:

  • (String)


8129
8130
8131
8132
8133
8134
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 8129

class VpcSecurityGroupMembership < Struct.new(
  :vpc_security_group_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_security_group_idString

The name of the VPC security group.

Returns:

  • (String)


8129
8130
8131
8132
8133
8134
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 8129

class VpcSecurityGroupMembership < Struct.new(
  :vpc_security_group_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end