Class: Aws::Types::PoolInformation

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)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def created_timestamp
  @created_timestamp
end

#deletion_protection_enabled ⇒ Boolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def deletion_protection_enabled
  @deletion_protection_enabled
end

#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"

Returns the value of attribute message_type.

Returns:

  • ("TRANSACTIONAL", "PROMOTIONAL")


1385
1386
1387
# File 'sig/types.rbs', line 1385

def message_type
  @message_type
end

#opt_out_list_name ⇒ ::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


1390
1391
1392
# File 'sig/types.rbs', line 1390

def opt_out_list_name
  @opt_out_list_name
end

#pool_arn ⇒ ::String

Returns the value of attribute pool_arn.

Returns:

  • (::String)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def pool_arn
  @pool_arn
end

#pool_id ⇒ ::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def pool_id
  @pool_id
end

#self_managed_opt_outs_enabled ⇒ Boolean

Returns the value of attribute self_managed_opt_outs_enabled.

Returns:

  • (Boolean)


1389
1390
1391
# File 'sig/types.rbs', line 1389

def self_managed_opt_outs_enabled
  @self_managed_opt_outs_enabled
end

#shared_routes_enabled ⇒ Boolean

Returns the value of attribute shared_routes_enabled.

Returns:

  • (Boolean)


1391
1392
1393
# File 'sig/types.rbs', line 1391

def shared_routes_enabled
  @shared_routes_enabled
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

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


1384
1385
1386
# File 'sig/types.rbs', line 1384

def status
  @status
end

#two_way_channel_arn ⇒ ::String

Returns the value of attribute two_way_channel_arn.

Returns:

  • (::String)


1387
1388
1389
# File 'sig/types.rbs', line 1387

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)


1388
1389
1390
# File 'sig/types.rbs', line 1388

def two_way_channel_role
  @two_way_channel_role
end

#two_way_enabled ⇒ Boolean

Returns the value of attribute two_way_enabled.

Returns:

  • (Boolean)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def two_way_enabled
  @two_way_enabled
end