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_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.
537 538 539 |
# File 'sig/types.rbs', line 537 def aws_instance_id @aws_instance_id end |
#fqdn ⇒ ::String
Returns the value of attribute fqdn.
534 535 536 |
# File 'sig/types.rbs', line 534 def fqdn @fqdn end |
#hostname ⇒ ::String
Returns the value of attribute hostname.
535 536 537 |
# File 'sig/types.rbs', line 535 def hostname @hostname end |
#vm_ware_uuid ⇒ ::String
Returns the value of attribute vm_ware_uuid.
536 537 538 |
# File 'sig/types.rbs', line 536 def vm_ware_uuid @vm_ware_uuid end |