Class: Aws::Types::IdentificationHints
- Inherits:
-
Object
- Object
- Aws::Types::IdentificationHints
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_instance_id ⇒ ::String
Returns the value of attribute aws_instance_id.
-
#fqdn ⇒ ::String
Returns the value of attribute fqdn.
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#vm_path ⇒ ::String
Returns the value of attribute vm_path.
-
#vm_ware_uuid ⇒ ::String
Returns the value of attribute vm_ware_uuid.
Instance Attribute Details
#aws_instance_id ⇒ ::String
Returns the value of attribute aws_instance_id.
555 556 557 |
# File 'sig/types.rbs', line 555 def aws_instance_id @aws_instance_id end |
#fqdn ⇒ ::String
Returns the value of attribute fqdn.
552 553 554 |
# File 'sig/types.rbs', line 552 def fqdn @fqdn end |
#hostname ⇒ ::String
Returns the value of attribute hostname.
553 554 555 |
# File 'sig/types.rbs', line 553 def hostname @hostname end |
#vm_path ⇒ ::String
Returns the value of attribute vm_path.
556 557 558 |
# File 'sig/types.rbs', line 556 def vm_path @vm_path end |
#vm_ware_uuid ⇒ ::String
Returns the value of attribute vm_ware_uuid.
554 555 556 |
# File 'sig/types.rbs', line 554 def vm_ware_uuid @vm_ware_uuid end |