Class: Aws::Types::ListPoolOriginationIdentitiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::PoolOriginationIdentitiesFilter]

Returns the value of attribute filters.



1173
1174
1175
# File 'sig/types.rbs', line 1173

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1175
1176
1177
# File 'sig/types.rbs', line 1175

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def next_token
  @next_token
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1172
1173
1174
# File 'sig/types.rbs', line 1172

def pool_id
  @pool_id
end