Class: Aws::Types::NetworkSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_portal_arns::Array[::String]

Returns the value of attribute associated_portal_arns.

Returns:

  • (::Array[::String])


952
953
954
# File 'sig/types.rbs', line 952

def associated_portal_arns
  @associated_portal_arns
end

#network_settings_arn::String

Returns the value of attribute network_settings_arn.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def network_settings_arn
  @network_settings_arn
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


955
956
957
# File 'sig/types.rbs', line 955

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


954
955
956
# File 'sig/types.rbs', line 954

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


953
954
955
# File 'sig/types.rbs', line 953

def vpc_id
  @vpc_id
end