Class: Aws::Types::CreateTargetGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def client_token
  @client_token
end

#configTypes::TargetGroupConfig

Returns the value of attribute config.



285
286
287
# File 'sig/types.rbs', line 285

def config
  @config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


287
288
289
# File 'sig/types.rbs', line 287

def tags
  @tags
end

#type"IP", ...

Returns the value of attribute type.

Returns:

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


284
285
286
# File 'sig/types.rbs', line 284

def type
  @type
end