Class: Aws::Types::GetLaunchConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetLaunchConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
523 524 525 |
# File 'sig/types.rbs', line 523 def account_id @account_id end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
522 523 524 |
# File 'sig/types.rbs', line 522 def source_server_id @source_server_id end |