Class: Aws::Types::ManagedLoadBalancer

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)


1803
1804
1805
# File 'sig/types.rbs', line 1803

def arn
  @arn
end

#scheme::String

Returns the value of attribute scheme.

Returns:

  • (::String)


1807
1808
1809
# File 'sig/types.rbs', line 1807

def scheme
  @scheme
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


1809
1810
1811
# File 'sig/types.rbs', line 1809

def security_group_ids
  @security_group_ids
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

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


1804
1805
1806
# File 'sig/types.rbs', line 1804

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1805
1806
1807
# File 'sig/types.rbs', line 1805

def status_reason
  @status_reason
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


1808
1809
1810
# File 'sig/types.rbs', line 1808

def subnet_ids
  @subnet_ids
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1806
1807
1808
# File 'sig/types.rbs', line 1806

def updated_at
  @updated_at
end