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)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def next_token
  @next_token
end

#origination_identities::Array[Types::OriginationIdentityMetadata]

Returns the value of attribute origination_identities.



1182
1183
1184
# File 'sig/types.rbs', line 1182

def origination_identities
  @origination_identities
end

#pool_arn::String

Returns the value of attribute pool_arn.

Returns:

  • (::String)


1180
1181
1182
# File 'sig/types.rbs', line 1180

def pool_arn
  @pool_arn
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def pool_id
  @pool_id
end