Class: Aws::Types::ListPoolOriginationIdentitiesResult

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)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def next_token
  @next_token
end

#origination_identities ⇒ ::Array[Types::OriginationIdentityMetadata]

Returns the value of attribute origination_identities.



1199
1200
1201
# File 'sig/types.rbs', line 1199

def origination_identities
  @origination_identities
end

#pool_arn ⇒ ::String

Returns the value of attribute pool_arn.

Returns:

  • (::String)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def pool_arn
  @pool_arn
end

#pool_id ⇒ ::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def pool_id
  @pool_id
end