Class: Aws::Types::ManagedTargetGroup

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)


1864
1865
1866
# File 'sig/types.rbs', line 1864

def arn
  @arn
end

#health_check_path::String

Returns the value of attribute health_check_path.

Returns:

  • (::String)


1868
1869
1870
# File 'sig/types.rbs', line 1868

def health_check_path
  @health_check_path
end

#health_check_port::Integer

Returns the value of attribute health_check_port.

Returns:

  • (::Integer)


1869
1870
1871
# File 'sig/types.rbs', line 1869

def health_check_port
  @health_check_port
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1870
1871
1872
# File 'sig/types.rbs', line 1870

def port
  @port
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

  • ("PROVISIONING", "ACTIVE", "DEPROVISIONING", "DELETED", "FAILED")


1865
1866
1867
# File 'sig/types.rbs', line 1865

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1866
1867
1868
# File 'sig/types.rbs', line 1866

def status_reason
  @status_reason
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1867
1868
1869
# File 'sig/types.rbs', line 1867

def updated_at
  @updated_at
end