Class: Aws::Types::GetLoadBalancerTlsPoliciesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


1851
1852
1853
# File 'sig/types.rbs', line 1851

def next_page_token
  @next_page_token
end

#tls_policies::Array[Types::LoadBalancerTlsPolicy]

Returns the value of attribute tls_policies.

Returns:



1850
1851
1852
# File 'sig/types.rbs', line 1850

def tls_policies
  @tls_policies
end