Class: Aws::Types::CreatePoolResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


255
256
257
# File 'sig/types.rbs', line 255

def created_timestamp
  @created_timestamp
end

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


253
254
255
# File 'sig/types.rbs', line 253

def deletion_protection_enabled
  @deletion_protection_enabled
end

#message_type"TRANSACTIONAL", "PROMOTIONAL"

Returns the value of attribute message_type.

Returns:

  • ("TRANSACTIONAL", "PROMOTIONAL")


246
247
248
# File 'sig/types.rbs', line 246

def message_type
  @message_type
end

#opt_out_list_name::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def opt_out_list_name
  @opt_out_list_name
end

#pool_arn::String

Returns the value of attribute pool_arn.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def pool_arn
  @pool_arn
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def pool_id
  @pool_id
end

#self_managed_opt_outs_enabledBoolean

Returns the value of attribute self_managed_opt_outs_enabled.

Returns:

  • (Boolean)


250
251
252
# File 'sig/types.rbs', line 250

def self_managed_opt_outs_enabled
  @self_managed_opt_outs_enabled
end

#shared_routes_enabledBoolean

Returns the value of attribute shared_routes_enabled.

Returns:

  • (Boolean)


252
253
254
# File 'sig/types.rbs', line 252

def shared_routes_enabled
  @shared_routes_enabled
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING")


245
246
247
# File 'sig/types.rbs', line 245

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



254
255
256
# File 'sig/types.rbs', line 254

def tags
  @tags
end

#two_way_channel_arn::String

Returns the value of attribute two_way_channel_arn.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def two_way_channel_arn
  @two_way_channel_arn
end

#two_way_channel_role::String

Returns the value of attribute two_way_channel_role.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def two_way_channel_role
  @two_way_channel_role
end

#two_way_enabledBoolean

Returns the value of attribute two_way_enabled.

Returns:

  • (Boolean)


247
248
249
# File 'sig/types.rbs', line 247

def two_way_enabled
  @two_way_enabled
end