Class: Aws::Types::ResourceAttribute

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type"IPV4_ADDRESS", ...

Returns the value of attribute type.

Returns:

  • ("IPV4_ADDRESS", "IPV6_ADDRESS", "MAC_ADDRESS", "FQDN", "VM_MANAGER_ID", "VM_MANAGED_OBJECT_REFERENCE", "VM_NAME", "VM_PATH", "BIOS_ID", "MOTHERBOARD_SERIAL_NUMBER")


337
338
339
# File 'sig/types.rbs', line 337

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def value
  @value
end