Class: Aws::Types::ListIdentitiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_type"EmailAddress", "Domain"

Returns the value of attribute identity_type.

Returns:

  • ("EmailAddress", "Domain")


608
609
610
# File 'sig/types.rbs', line 608

def identity_type
  @identity_type
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


610
611
612
# File 'sig/types.rbs', line 610

def max_items
  @max_items
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def next_token
  @next_token
end