Class: Aws::Types::DeletePoolResult

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)


549
550
551
# File 'sig/types.rbs', line 549

def created_timestamp
  @created_timestamp
end

#message_type"TRANSACTIONAL", "PROMOTIONAL"

Returns the value of attribute message_type.

Returns:

  • ("TRANSACTIONAL", "PROMOTIONAL")


542
543
544
# File 'sig/types.rbs', line 542

def message_type
  @message_type
end

#opt_out_list_name::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def opt_out_list_name
  @opt_out_list_name
end

#pool_arn::String

Returns the value of attribute pool_arn.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def pool_arn
  @pool_arn
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def pool_id
  @pool_id
end

#self_managed_opt_outs_enabledBoolean

Returns the value of attribute self_managed_opt_outs_enabled.

Returns:

  • (Boolean)


546
547
548
# File 'sig/types.rbs', line 546

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)


548
549
550
# File 'sig/types.rbs', line 548

def shared_routes_enabled
  @shared_routes_enabled
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


541
542
543
# File 'sig/types.rbs', line 541

def status
  @status
end

#two_way_channel_arn::String

Returns the value of attribute two_way_channel_arn.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

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)


545
546
547
# File 'sig/types.rbs', line 545

def two_way_channel_role
  @two_way_channel_role
end

#two_way_enabledBoolean

Returns the value of attribute two_way_enabled.

Returns:

  • (Boolean)


543
544
545
# File 'sig/types.rbs', line 543

def two_way_enabled
  @two_way_enabled
end