Class: Aws::Types::CreateNetworkSettingsRequest

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:



263
264
265
# File 'sig/types.rbs', line 263

def client_token
  @client_token
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:



261
262
263
# File 'sig/types.rbs', line 261

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def subnet_ids
  @subnet_ids
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:



259
260
261
# File 'sig/types.rbs', line 259

def vpc_id
  @vpc_id
end