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_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


2428
2429
2430
# File 'sig/types.rbs', line 2428

def deletion_protection_enabled
  @deletion_protection_enabled
end

#opt_out_list_name::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


2426
2427
2428
# File 'sig/types.rbs', line 2426

def opt_out_list_name
  @opt_out_list_name
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


2421
2422
2423
# File 'sig/types.rbs', line 2421

def pool_id
  @pool_id
end

#self_managed_opt_outs_enabledBoolean

Returns the value of attribute self_managed_opt_outs_enabled.

Returns:

  • (Boolean)


2425
2426
2427
# File 'sig/types.rbs', line 2425

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)


2427
2428
2429
# File 'sig/types.rbs', line 2427

def shared_routes_enabled
  @shared_routes_enabled
end

#two_way_channel_arn::String

Returns the value of attribute two_way_channel_arn.

Returns:

  • (::String)


2423
2424
2425
# File 'sig/types.rbs', line 2423

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)


2424
2425
2426
# File 'sig/types.rbs', line 2424

def two_way_channel_role
  @two_way_channel_role
end

#two_way_enabledBoolean

Returns the value of attribute two_way_enabled.

Returns:

  • (Boolean)


2422
2423
2424
# File 'sig/types.rbs', line 2422

def two_way_enabled
  @two_way_enabled
end