Class: Aws::Types::UpdatePoolRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protection_enabled ⇒ Boolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


2461
2462
2463
# File 'sig/types.rbs', line 2461

def deletion_protection_enabled
  @deletion_protection_enabled
end

#opt_out_list_name ⇒ ::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


2459
2460
2461
# File 'sig/types.rbs', line 2459

def opt_out_list_name
  @opt_out_list_name
end

#pool_id ⇒ ::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


2454
2455
2456
# File 'sig/types.rbs', line 2454

def pool_id
  @pool_id
end

#self_managed_opt_outs_enabled ⇒ Boolean

Returns the value of attribute self_managed_opt_outs_enabled.

Returns:

  • (Boolean)


2458
2459
2460
# File 'sig/types.rbs', line 2458

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)


2460
2461
2462
# File 'sig/types.rbs', line 2460

def shared_routes_enabled
  @shared_routes_enabled
end

#two_way_channel_arn ⇒ ::String

Returns the value of attribute two_way_channel_arn.

Returns:

  • (::String)


2456
2457
2458
# File 'sig/types.rbs', line 2456

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)


2457
2458
2459
# File 'sig/types.rbs', line 2457

def two_way_channel_role
  @two_way_channel_role
end

#two_way_enabled ⇒ Boolean

Returns the value of attribute two_way_enabled.

Returns:

  • (Boolean)


2455
2456
2457
# File 'sig/types.rbs', line 2455

def two_way_enabled
  @two_way_enabled
end