Class: Aws::Types::ListResiliencyPoliciesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


941
942
943
# File 'sig/types.rbs', line 941

def next_token
  @next_token
end

#resiliency_policies ⇒ ::Array[Types::ResiliencyPolicy]

Returns the value of attribute resiliency_policies.

Returns:



942
943
944
# File 'sig/types.rbs', line 942

def resiliency_policies
  @resiliency_policies
end