Class: Aws::Types::ManagedLoadBalancer

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



1819
1820
1821
# File 'sig/types.rbs', line 1819

def arn
  @arn
end

#scheme::String

Returns the value of attribute scheme.



1823
1824
1825
# File 'sig/types.rbs', line 1823

def scheme
  @scheme
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.



1825
1826
1827
# File 'sig/types.rbs', line 1825

def security_group_ids
  @security_group_ids
end

#status"PROVISIONING", ...

Returns the value of attribute status.



1820
1821
1822
# File 'sig/types.rbs', line 1820

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.



1821
1822
1823
# File 'sig/types.rbs', line 1821

def status_reason
  @status_reason
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.



1824
1825
1826
# File 'sig/types.rbs', line 1824

def subnet_ids
  @subnet_ids
end

#updated_at::Time

Returns the value of attribute updated_at.



1822
1823
1824
# File 'sig/types.rbs', line 1822

def updated_at
  @updated_at
end