Class: Aws::Types::ComponentInfo
- Inherits:
-
Object
- Object
- Aws::Types::ComponentInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_type ⇒ "HANA", ...
Returns the value of attribute component_type.
-
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
-
#sid ⇒ ::String
Returns the value of attribute sid.
Instance Attribute Details
#component_type ⇒ "HANA", ...
Returns the value of attribute component_type.
80 81 82 |
# File 'sig/types.rbs', line 80 def component_type @component_type end |
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
82 83 84 |
# File 'sig/types.rbs', line 82 def ec2_instance_id @ec2_instance_id end |
#sid ⇒ ::String
Returns the value of attribute sid.
81 82 83 |
# File 'sig/types.rbs', line 81 def sid @sid end |