Class: Aws::Types::RemoteAccessConfig
- Inherits:
-
Object
- Object
- Aws::Types::RemoteAccessConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_ssh_key ⇒ ::String
Returns the value of attribute ec2_ssh_key.
-
#source_security_groups ⇒ ::Array[::String]
Returns the value of attribute source_security_groups.
Instance Attribute Details
#ec2_ssh_key ⇒ ::String
Returns the value of attribute ec2_ssh_key.
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.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def source_security_groups @source_security_groups end |