Class: Aws::Types::ManagedLoadBalancer
- Inherits:
-
Object
- Object
- Aws::Types::ManagedLoadBalancer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#scheme ⇒ ::String
Returns the value of attribute scheme.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def arn @arn end |
#scheme ⇒ ::String
Returns the value of attribute scheme.
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.
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.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
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.
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.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def updated_at @updated_at end |