Class: Aws::Types::GetTargetGroupResponse

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)


780
781
782
# File 'sig/types.rbs', line 780

def arn
  @arn
end

#configTypes::TargetGroupConfig

Returns the value of attribute config.



783
784
785
# File 'sig/types.rbs', line 783

def config
  @config
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


784
785
786
# File 'sig/types.rbs', line 784

def created_at
  @created_at
end

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def failure_code
  @failure_code
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


788
789
790
# File 'sig/types.rbs', line 788

def failure_message
  @failure_message
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


779
780
781
# File 'sig/types.rbs', line 779

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


785
786
787
# File 'sig/types.rbs', line 785

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def name
  @name
end

#service_arns::Array[::String]

Returns the value of attribute service_arns.

Returns:

  • (::Array[::String])


787
788
789
# File 'sig/types.rbs', line 787

def service_arns
  @service_arns
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


786
787
788
# File 'sig/types.rbs', line 786

def status
  @status
end

#type"IP", ...

Returns the value of attribute type.

Returns:

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


782
783
784
# File 'sig/types.rbs', line 782

def type
  @type
end