Class: Aws::Types::UpdateSecurityGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


937
938
939
# File 'sig/types.rbs', line 937

def group_id
  @group_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def name
  @name
end

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


936
937
938
# File 'sig/types.rbs', line 936

def network_id
  @network_id
end

#security_group_settingsTypes::SecurityGroupSettings

Returns the value of attribute security_group_settings.



939
940
941
# File 'sig/types.rbs', line 939

def security_group_settings
  @security_group_settings
end