Class: Aws::Types::RemoteAccessConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_ssh_key::String

Returns the value of attribute ec2_ssh_key.

Returns:

  • (::String)


1637
1638
1639
# File 'sig/types.rbs', line 1637

def ec2_ssh_key
  @ec2_ssh_key
end

#source_security_groups::Array[::String]

Returns the value of attribute source_security_groups.

Returns:

  • (::Array[::String])


1638
1639
1640
# File 'sig/types.rbs', line 1638

def source_security_groups
  @source_security_groups
end