Class: Aws::Types::ListReusableDelegationSetsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delegation_sets::Array[Types::DelegationSet]

Returns the value of attribute delegation_sets.

Returns:



1118
1119
1120
# File 'sig/types.rbs', line 1118

def delegation_sets
  @delegation_sets
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1119
1120
1121
# File 'sig/types.rbs', line 1119

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1122
1123
1124
# File 'sig/types.rbs', line 1122

def max_items
  @max_items
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1121
1122
1123
# File 'sig/types.rbs', line 1121

def next_marker
  @next_marker
end