Class: Aws::Types::DescribeSecurityGroupVpcAssociationsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7244
7245
7246
# File 'sig/types.rbs', line 7244

def next_token
  @next_token
end

#security_group_vpc_associations::Array[Types::SecurityGroupVpcAssociation]

Returns the value of attribute security_group_vpc_associations.



7243
7244
7245
# File 'sig/types.rbs', line 7243

def security_group_vpc_associations
  @security_group_vpc_associations
end