Class: Aws::Types::ListSchedulingPoliciesResponse

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)


1153
1154
1155
# File 'sig/types.rbs', line 1153

def next_token
  @next_token
end

#scheduling_policies::Array[Types::SchedulingPolicyListingDetail]

Returns the value of attribute scheduling_policies.



1152
1153
1154
# File 'sig/types.rbs', line 1152

def scheduling_policies
  @scheduling_policies
end