Class: Aws::Types::SecurityGroupForVpc

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


16963
16964
16965
# File 'sig/types.rbs', line 16963

def description
  @description
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


16966
16967
16968
# File 'sig/types.rbs', line 16966

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


16964
16965
16966
# File 'sig/types.rbs', line 16964

def group_name
  @group_name
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


16965
16966
16967
# File 'sig/types.rbs', line 16965

def owner_id
  @owner_id
end

#primary_vpc_id::String

Returns the value of attribute primary_vpc_id.

Returns:

  • (::String)


16968
16969
16970
# File 'sig/types.rbs', line 16968

def primary_vpc_id
  @primary_vpc_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



16967
16968
16969
# File 'sig/types.rbs', line 16967

def tags
  @tags
end