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)


1880
1881
1882
# File 'sig/types.rbs', line 1880

def arn
  @arn
end

#health_check_path::String

Returns the value of attribute health_check_path.

Returns:

  • (::String)


1884
1885
1886
# File 'sig/types.rbs', line 1884

def health_check_path
  @health_check_path
end

#health_check_port::Integer

Returns the value of attribute health_check_port.

Returns:

  • (::Integer)


1885
1886
1887
# File 'sig/types.rbs', line 1885

def health_check_port
  @health_check_port
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1886
1887
1888
# File 'sig/types.rbs', line 1886

def port
  @port
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

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


1881
1882
1883
# File 'sig/types.rbs', line 1881

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1882
1883
1884
# File 'sig/types.rbs', line 1882

def status_reason
  @status_reason
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1883
1884
1885
# File 'sig/types.rbs', line 1883

def updated_at
  @updated_at
end