Class: Aws::Types::CreatePoolRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def client_token
  @client_token
end

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


236
237
238
# File 'sig/types.rbs', line 236

def deletion_protection_enabled
  @deletion_protection_enabled
end

#iso_country_code::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def iso_country_code
  @iso_country_code
end

#message_type"TRANSACTIONAL", "PROMOTIONAL"

Returns the value of attribute message_type.

Returns:

  • ("TRANSACTIONAL", "PROMOTIONAL")


235
236
237
# File 'sig/types.rbs', line 235

def message_type
  @message_type
end

#origination_identity::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def origination_identity
  @origination_identity
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



237
238
239
# File 'sig/types.rbs', line 237

def tags
  @tags
end