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)


1744
1745
1746
# File 'sig/types.rbs', line 1744

def ec2_ssh_key
  @ec2_ssh_key
end

#source_security_groups::Array[::String]

Returns the value of attribute source_security_groups.

Returns:

  • (::Array[::String])


1745
1746
1747
# File 'sig/types.rbs', line 1745

def source_security_groups
  @source_security_groups
end