Class: Aws::Types::DiscoveryData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capability_arns ⇒ ::Array[::String]

Returns the value of attribute capability_arns.

Returns:

  • (::Array[::String])


471
472
473
# File 'sig/types.rbs', line 471

def capability_arns
  @capability_arns
end

#private_ip_addresses ⇒ ::Array[::String]

Returns the value of attribute private_ip_addresses.

Returns:

  • (::Array[::String])


470
471
472
# File 'sig/types.rbs', line 470

def private_ip_addresses
  @private_ip_addresses
end

#public_ip_addresses ⇒ ::Array[::String]

Returns the value of attribute public_ip_addresses.

Returns:

  • (::Array[::String])


469
470
471
# File 'sig/types.rbs', line 469

def public_ip_addresses
  @public_ip_addresses
end