Class: Aws::Types::PluginSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hostname::String

Returns the value of attribute hostname.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def hostname
  @hostname
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def ip_address
  @ip_address
end

#plugin_id::String

Returns the value of attribute plugin_id.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def plugin_id
  @plugin_id
end

#registered_time::String

Returns the value of attribute registered_time.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def registered_time
  @registered_time
end

#status"HEALTHY", "UNHEALTHY"

Returns the value of attribute status.

Returns:

  • ("HEALTHY", "UNHEALTHY")


430
431
432
# File 'sig/types.rbs', line 430

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def version
  @version
end