Class: Aws::Types::Ec2Config

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_arns::Array[::String]

Returns the value of attribute security_group_arns.

Returns:

  • (::Array[::String])


579
580
581
# File 'sig/types.rbs', line 579

def security_group_arns
  @security_group_arns
end

#subnet_arn::String

Returns the value of attribute subnet_arn.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def subnet_arn
  @subnet_arn
end