Class: Aws::Types::InstanceExportDetails
- Inherits:
-
Object
- Object
- Aws::Types::InstanceExportDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#target_environment ⇒ "citrix", ...
Returns the value of attribute target_environment.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
11714 11715 11716 |
# File 'sig/types.rbs', line 11714 def instance_id @instance_id end |
#target_environment ⇒ "citrix", ...
Returns the value of attribute target_environment.
11715 11716 11717 |
# File 'sig/types.rbs', line 11715 def target_environment @target_environment end |