Class: Aws::Types::CreateTargetGroupResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def arn
  @arn
end

#configTypes::TargetGroupConfig

Returns the value of attribute config.



296
297
298
# File 'sig/types.rbs', line 296

def config
  @config
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def name
  @name
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "ACTIVE", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED")


297
298
299
# File 'sig/types.rbs', line 297

def status
  @status
end

#type"IP", ...

Returns the value of attribute type.

Returns:

  • ("IP", "LAMBDA", "INSTANCE", "ALB")


295
296
297
# File 'sig/types.rbs', line 295

def type
  @type
end