Class: Aws::Types::TargetSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:target_address])

Instance Attribute Summary collapse

Instance Attribute Details

#target_address::String

Returns the value of attribute target_address.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def target_address
  @target_address
end

#target_status"PENDING", ...

Returns the value of attribute target_status.

Returns:

  • ("PENDING", "ACTIVE", "UNREACHABLE", "INACTIVE", "DEACTIVATED")


215
216
217
# File 'sig/types.rbs', line 215

def target_status
  @target_status
end

#target_type::String

Returns the value of attribute target_type.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def target_type
  @target_type
end