Class: Aws::Types::DescribeSSLPoliciesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def next_marker
  @next_marker
end

#ssl_policies::Array[Types::SslPolicy]

Returns the value of attribute ssl_policies.

Returns:



411
412
413
# File 'sig/types.rbs', line 411

def ssl_policies
  @ssl_policies
end