Class: Aws::Types::UpdateTargetGroupResponse

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)


1625
1626
1627
# File 'sig/types.rbs', line 1625

def arn
  @arn
end

#configTypes::TargetGroupConfig

Returns the value of attribute config.



1628
1629
1630
# File 'sig/types.rbs', line 1628

def config
  @config
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1624
1625
1626
# File 'sig/types.rbs', line 1624

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1626
1627
1628
# File 'sig/types.rbs', line 1626

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")


1629
1630
1631
# File 'sig/types.rbs', line 1629

def status
  @status
end

#type"IP", ...

Returns the value of attribute type.

Returns:

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


1627
1628
1629
# File 'sig/types.rbs', line 1627

def type
  @type
end