Class: Aws::Types::CreateSecurityGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def client_token
  @client_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def name
  @name
end

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def network_id
  @network_id
end

#security_group_settingsTypes::SecurityGroupSettingsRequest

Returns the value of attribute security_group_settings.



254
255
256
# File 'sig/types.rbs', line 254

def security_group_settings
  @security_group_settings
end